diff options
Diffstat (limited to 'net/ns2/Makefile')
-rw-r--r-- | net/ns2/Makefile | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/net/ns2/Makefile b/net/ns2/Makefile deleted file mode 100644 index 849d511a1008..000000000000 --- a/net/ns2/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: ns-2 -# Version required: 2.1b5 -# Date created: 26 April 1999 -# Whom: obonilla -# -# $FreeBSD$ -# - -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.2:${PORTSDIR}/lang/tcl82 - -MAN1= ns.1 -MANCOMPRESSED= no - -WRKSRC= ${WRKDIR}/${PKGNAME} - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-tcl-ver=8.2 --with-tk-ver=8.2 - -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> |