2000-01-05 21:46:03 -05:00
|
|
|
#
|
|
|
|
# $FreeBSD: ports/net/ns/Makefile,v 1.3 1999/11/28 18:31:26 steve Exp $
|
2000-11-24 21:14:31 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2000/11/25 02:14:31 angelos Exp $
|
2000-01-05 21:46:03 -05:00
|
|
|
#
|
|
|
|
|
2000-11-20 09:12:33 -05:00
|
|
|
#BROKEN= tclcl API for delay_bind_dispatch changed
|
2000-09-14 23:58:22 -04:00
|
|
|
|
2000-11-20 09:12:33 -05:00
|
|
|
DISTNAME= ns-2.1b6
|
|
|
|
DISTFILES= ns-src-2.1b6.tar.gz
|
|
|
|
PKGNAME= ns-2.1b6
|
2000-01-05 21:46:03 -05:00
|
|
|
CATEGORIES= net
|
2000-10-22 11:41:23 -04:00
|
|
|
NEED_VERSION= 1.305
|
2000-11-24 21:14:31 -05:00
|
|
|
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/
|
2000-04-05 06:13:52 -04:00
|
|
|
|
2000-04-18 03:13:06 -04:00
|
|
|
LICENSE_TYPE= BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2000-11-24 21:14:31 -05:00
|
|
|
HOMEPAGE= http://www.isi.edu/nsnam/ns/
|
2000-01-05 21:46:03 -05:00
|
|
|
|
2000-10-22 10:02:46 -04:00
|
|
|
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
|
2000-01-05 21:46:03 -05:00
|
|
|
|
2000-03-24 18:28:01 -05:00
|
|
|
BUILD_DEPENDS= ${PREFIX}/lib/libtclcl.a::devel/tclcl
|
2000-04-05 06:13:52 -04:00
|
|
|
RUN_DEPENDS= ${PREFIX}/bin/tclsh8.3::lang/tcl/8.3
|
2000-01-05 21:46:03 -05:00
|
|
|
|
2000-10-22 11:41:23 -04:00
|
|
|
CONFIGURE_STYLE=gnu
|
2000-04-05 06:13:52 -04:00
|
|
|
CONFIGURE_ARGS= --with-tcl-ver=8.3 --with-tk-ver=8.3
|
2000-01-05 21:46:03 -05:00
|
|
|
|
|
|
|
ALL_TARGET=
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/ns ${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/ns.1 ${PREFIX}/man/man1
|
2000-04-05 06:13:52 -04:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ns2
|
2000-01-05 21:46:03 -05:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/tcl/ex/*.tcl ${PREFIX}/share/examples/ns2
|
|
|
|
.include <bsd.port.mk>
|