1999-04-30 18:54:42 +02:00
|
|
|
# New ports collection makefile for: ns-2
|
|
|
|
# Date created: 26 April 1999
|
|
|
|
# Whom: obonilla
|
|
|
|
#
|
1999-08-30 16:24:37 +02:00
|
|
|
# $FreeBSD$
|
1999-04-30 18:54:42 +02:00
|
|
|
#
|
|
|
|
|
2000-04-09 20:14:07 +02:00
|
|
|
PORTNAME= ns
|
2008-05-14 14:47:18 +02:00
|
|
|
PORTVERSION= 2.33
|
1999-04-30 18:54:42 +02:00
|
|
|
CATEGORIES= net
|
2008-05-14 14:47:18 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= nsnam
|
1999-04-30 18:54:42 +02:00
|
|
|
|
2008-08-23 10:52:54 +02:00
|
|
|
MAINTAINER= lstewart@FreeBSD.org
|
2005-07-27 00:25:31 +02:00
|
|
|
COMMENT= Discrete event simulator for networking research
|
2002-05-18 04:13:41 +02:00
|
|
|
|
2000-04-20 22:26:07 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libtclcl.a:${PORTSDIR}/devel/tclcl
|
1999-04-30 18:54:42 +02:00
|
|
|
|
|
|
|
MAN1= ns.1
|
|
|
|
MANCOMPRESSED= no
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2008-05-14 14:47:18 +02:00
|
|
|
CONFIGURE_ARGS= --with-tcl-ver=8.4 --with-tk-ver=8.4 --x-libraries=${LOCALBASE}/lib --x-includes=${LOCALBASE}/include
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_TK= 84
|
2004-03-19 23:27:54 +01:00
|
|
|
|
2007-03-12 02:36:57 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|/usr/src/local/Tcl-1.0 \\|${LOCALBASE}/include/tclcl \\|g' \
|
|
|
|
-e 's|/usr/src/local/Tcl-1.0\"|${LOCALBASE}/lib\"|g' \
|
|
|
|
${WRKSRC}/configure
|
|
|
|
|
1999-04-30 18:54:42 +02:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/ns ${PREFIX}/bin
|
2008-05-14 14:47:18 +02:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/ns.1 ${MANPREFIX}/man/man1
|
2005-07-27 00:25:31 +02:00
|
|
|
${MKDIR} ${EXAMPLESDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/tcl/ex/*.tcl ${EXAMPLESDIR}
|
2003-07-08 13:47:07 +02:00
|
|
|
|
2008-05-14 14:47:18 +02:00
|
|
|
.include <bsd.port.mk>
|