diff options
author | taoka <taoka@FreeBSD.org> | 1999-04-30 16:54:42 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-04-30 16:54:42 +0000 |
commit | 478a965293561d11c8a915b044c0d00d27419d98 (patch) | |
tree | bd32c0e38f4509a94f37bd06c51754a6f3ee34ea /net/ns2/Makefile | |
parent | baa340c85bbaaed911a6165fdfaa8b3bc1cce1eb (diff) | |
download | FreeBSD-ports-478a965293561d11c8a915b044c0d00d27419d98.zip FreeBSD-ports-478a965293561d11c8a915b044c0d00d27419d98.tar.gz |
The UCB/LBNL Network Simulator Version 2
PR: 11340
Submitted by: Oscar Bonilla <obonilla@fisicc-ufm.edu>
Diffstat (limited to 'net/ns2/Makefile')
-rw-r--r-- | net/ns2/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/net/ns2/Makefile b/net/ns2/Makefile new file mode 100644 index 0000000..1be9134 --- /dev/null +++ b/net/ns2/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: ns-2 +# Version required: 2.1b5 +# Date created: 26 April 1999 +# Whom: obonilla +# +# $Id$ +# + +DISTNAME= ns-src-2.1b5 +PKGNAME= ns-2.1b5 +CATEGORIES= net +MASTER_SITES= http://www-mash.cs.berkeley.edu/dist/vint/ + +MAINTAINER= obonilla@fisicc-ufm.edu + +BUILD_DEPENDS= ${PREFIX}/lib/libtclcl.a:${PORTSDIR}/devel/tclcl +RUN_DEPENDS= ${PREFIX}/bin/tclsh8.0:${PORTSDIR}/lang/tcl80 + +MAN1= ns.1 +MANCOMPRESSED= no + +WRKSRC= ${WRKDIR}/${PKGNAME} + +GNU_CONFIGURE= yes + +ALL_TARGET= + +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.mk> |