1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/net/ns2/Makefile

35 lines
774 B
Makefile
Raw Normal View History

# New ports collection makefile for: ns-2
# Date created: 26 April 1999
# Whom: obonilla
#
1999-08-30 14:24:37 +00: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
2002-05-18 02:13:41 +00:00
2000-04-20 20:26:07 +00:00
BUILD_DEPENDS= ${LOCALBASE}/lib/libtclcl.a:${PORTSDIR}/devel/tclcl
2002-05-18 02:13:41 +00: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 02:13:41 +00:00
CONFIGURE_ARGS= --with-tcl-ver=8.3 --with-tk-ver=8.3
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>