- correct DISTNAME and remove unnecessary DISTFILES tag
- move TCL before TK in dependency list
This commit is contained in:
parent
60684d358c
commit
951292a3ae
@ -1,23 +1,22 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1999/09/02 21:18:00 angelos Exp $
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.2 1999/09/02 21:38:15 brad Exp $
|
||||
|
||||
DISTNAME= nte
|
||||
DISTNAME= nte-1.7.0
|
||||
CATEGORIES= mbone
|
||||
MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/nte/1.7.0/
|
||||
DISTFILES= nte-1.7.0.tar.gz
|
||||
MAINTAINER= angelos@openbsd.org
|
||||
|
||||
LIB_DEPENDS= tk80:${PORTSDIR}/x11/tk80 \
|
||||
tcl80:${PORTSDIR}/lang/tcl80
|
||||
# common:${PORTSDIR}/mbone/common
|
||||
NEED_VERSION= 1.111
|
||||
|
||||
LIB_DEPENDS= tcl80:${PORTSDIR}/lang/tcl80 \
|
||||
tk80:${PORTSDIR}/x11/tk80
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
post-extract:
|
||||
@${CP} ${FILESDIR}/Makefile.work ${WRKSRC}/Makefile
|
||||
@${CP} ${FILESDIR}/configure ${WRKSRC}
|
||||
@chmod 755 ${WRKSRC}/configure
|
||||
@${CHMOD} 755 ${WRKSRC}/configure
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/linux/nte ${PREFIX}/bin
|
||||
|
Loading…
Reference in New Issue
Block a user