2000-10-22 10:02:46 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2000/10/22 14:03:26 espie Exp $
|
1999-09-02 17:18:00 -04:00
|
|
|
|
1999-09-04 19:21:07 -04:00
|
|
|
DISTNAME= nte-1.7.0
|
1999-09-02 17:18:00 -04:00
|
|
|
CATEGORIES= mbone
|
2000-03-27 13:17:27 -05:00
|
|
|
NEED_VERSION= 1.230
|
1999-09-02 17:18:00 -04:00
|
|
|
MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/nte/1.7.0/
|
|
|
|
|
2000-10-22 10:02:46 -04:00
|
|
|
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
|
1999-09-04 19:21:07 -04:00
|
|
|
|
2000-02-12 01:29:49 -05:00
|
|
|
LICENSE_TYPE= BSD
|
2000-03-05 13:30:21 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2000-02-12 01:29:49 -05:00
|
|
|
|
2000-03-24 18:28:01 -05:00
|
|
|
BUILD_DEPENDS= ${PREFIX}/lib/libcommon.a::mbone/common
|
2000-03-27 13:17:27 -05:00
|
|
|
LIB_DEPENDS= tcl80.1.5::lang/tcl/8.0 \
|
|
|
|
tk80.1.5::x11/tk/8.0
|
1999-09-02 17:18:00 -04:00
|
|
|
|
2000-03-05 13:30:21 -05:00
|
|
|
USE_GMAKE= Yes
|
|
|
|
HAS_CONFIGURE= Yes
|
2000-04-07 08:43:51 -04:00
|
|
|
FAKE= Yes
|
1999-09-02 17:18:00 -04:00
|
|
|
|
2000-02-10 19:37:15 -05:00
|
|
|
WRKDIST= ${WRKDIR}/nte
|
1999-09-04 19:21:07 -04:00
|
|
|
|
1999-09-02 17:18:00 -04:00
|
|
|
post-extract:
|
2000-02-16 05:52:08 -05:00
|
|
|
@cp ${FILESDIR}/Makefile.work ${WRKSRC}/Makefile
|
|
|
|
@cp ${FILESDIR}/configure ${WRKSRC}
|
1999-09-02 17:38:15 -04:00
|
|
|
@${CHMOD} 755 ${WRKSRC}/configure
|
1999-09-02 17:18:00 -04:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/linux/nte ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|