freebsd-ports/net/ns2/Makefile

42 lines
942 B
Makefile
Raw Normal View History

# New ports collection makefile for: ns-2
# Date created: 26 April 1999
# Whom: obonilla
#
1999-08-30 16:24:37 +02:00
# $FreeBSD$
#
PORTNAME= ns
PORTVERSION= 2.1.b9
CATEGORIES= net
MASTER_SITES= http://www.isi.edu/nsnam/dist/
DISTNAME= ns-src-2.1b9
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= The UCB/LBNL Network Simulator Version 2
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
2002-05-18 04:13:41 +02:00
RUN_DEPENDS= ${LOCALBASE}/bin/tclsh8.3:${PORTSDIR}/lang/tcl83
MAN1= ns.1
MANCOMPRESSED= no
WRKSRC= ${WRKDIR}/ns-2.1b9
GNU_CONFIGURE= yes
2002-05-18 04:13:41 +02:00
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
2003-05-18 11:55:25 +02:00
.include <bsd.port.post.mk>