2002-12-22 19:37:49 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.21 2002/12/23 00:37:51 pvalchev Exp $
|
2001-05-05 22:07:15 -04:00
|
|
|
|
|
|
|
COMMENT= "Network Text Editor multicast tool from UCL"
|
1999-09-02 17:18:00 -04:00
|
|
|
|
2002-10-27 15:05:43 -05:00
|
|
|
DISTNAME= nte-1.7.0
|
1999-09-02 17:18:00 -04:00
|
|
|
CATEGORIES= mbone
|
2002-10-27 15:05:43 -05:00
|
|
|
|
1999-09-02 17:18:00 -04:00
|
|
|
MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/nte/1.7.0/
|
|
|
|
|
2001-06-19 21:43:11 -04:00
|
|
|
# License: 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
|
|
|
|
2001-11-10 10:00:47 -05:00
|
|
|
BUILD_DEPENDS= ::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
|
2000-10-22 11:41:23 -04:00
|
|
|
CONFIGURE_STYLE=simple
|
1999-09-02 17:18:00 -04:00
|
|
|
|
2002-10-27 15:05:43 -05:00
|
|
|
WRKDIST= ${WRKDIR}/nte
|
|
|
|
|
|
|
|
NO_REGRESS= Yes
|
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>
|