Enable regression test suite.

This commit is contained in:
naddy 2002-10-28 00:47:05 +00:00
parent 288b26e0f4
commit 5e8df89563

View File

@ -1,20 +1,17 @@
#
# $FreeBSD: ports/net/ns/Makefile,v 1.3 1999/11/28 18:31:26 steve Exp $
# $OpenBSD: Makefile,v 1.19 2002/06/09 05:37:04 wilfried Exp $
# $OpenBSD: Makefile,v 1.20 2002/10/28 00:47:05 naddy Exp $
#
COMMENT= "UCB/LBNL Network Simulator Version 2"
#BROKEN= tclcl API for delay_bind_dispatch changed
DISTNAME= ns-2.1b6
DISTFILES= ns-src-2.1b6.tar.gz
PKGNAME= ns-2.1b6
CATEGORIES= net
NEED_VERSION= 1.474
MASTER_SITES= ftp://ftp.ee.surrey.ac.uk/pub/Mirrors/ftp.isi.edu/nsnam/ \
ftp://ftp.isi.edu/nsnam/ \
http://www.isi.edu/nsnam/dist/
MASTER_SITES= ftp://ftp.ee.surrey.ac.uk/pub/Mirrors/ftp.isi.edu/nsnam/ \
ftp://ftp.isi.edu/nsnam/ \
http://www.isi.edu/nsnam/dist/
# License: BSD
PERMIT_PACKAGE_CDROM= Yes
@ -37,9 +34,13 @@ CONFIGURE_ARGS= --with-tcl-ver=8.3 --with-tk-ver=8.3
ALL_TARGET=
do-regress:
cd ${WRKSRC}; ./validate
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ns ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/ns.1 ${PREFIX}/man/man1
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ns2
${INSTALL_DATA} ${WRKSRC}/tcl/ex/*.tcl ${PREFIX}/share/examples/ns2
.include <bsd.port.mk>