aboutsummaryrefslogtreecommitdiff
path: root/net/ns2/Makefile
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-07-08 11:47:07 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2003-07-08 11:47:07 +0000
commit22507c2d49bfc6e565b5617700a415e822150641 (patch)
treea81c2ebb36879ac124830340d6bf5f440ce55cb6 /net/ns2/Makefile
parentf7cd30a7af2cb2334ee2c282cb3aa41fef7cdbc7 (diff)
downloadports-22507c2d49bfc6e565b5617700a415e822150641.tar.gz
ports-22507c2d49bfc6e565b5617700a415e822150641.zip
Notes
Diffstat (limited to 'net/ns2/Makefile')
-rw-r--r--net/ns2/Makefile15
1 files changed, 5 insertions, 10 deletions
diff --git a/net/ns2/Makefile b/net/ns2/Makefile
index 048394a7da2a..811e530d9e01 100644
--- a/net/ns2/Makefile
+++ b/net/ns2/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= ns
-PORTVERSION= 2.1.b9
+PORTVERSION= 2.26
CATEGORIES= net
MASTER_SITES= http://www.isi.edu/nsnam/dist/
-DISTNAME= ns-src-2.1b9
+DISTNAME= ns-src-2.26
MAINTAINER= ports@FreeBSD.org
COMMENT= The UCB/LBNL Network Simulator Version 2
@@ -20,22 +20,17 @@ RUN_DEPENDS= ${LOCALBASE}/bin/tclsh8.3:${PORTSDIR}/lang/tcl83
MAN1= ns.1
MANCOMPRESSED= no
-WRKSRC= ${WRKDIR}/ns-2.1b9
+WRKSRC= ${WRKDIR}/ns-2.26
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tcl-ver=8.3 --with-tk-ver=8.3
ALL_TARGET=
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 500113
-BROKEN= "Does not compile (bad C++ code)"
-.endif
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ns ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/ns.1 ${PREFIX}/man/man1
${MKDIR} ${PREFIX}/share/examples/ns2
${INSTALL_DATA} ${WRKSRC}/tcl/ex/*.tcl ${PREFIX}/share/examples/ns2
-.include <bsd.port.post.mk>
+
+.include <bsd.port.mk>