22507c2d49
PR: 54069 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
36 lines
821 B
Makefile
36 lines
821 B
Makefile
# New ports collection makefile for: ns-2
|
|
# Date created: 26 April 1999
|
|
# Whom: obonilla
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ns
|
|
PORTVERSION= 2.26
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.isi.edu/nsnam/dist/
|
|
DISTNAME= ns-src-2.26
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= The UCB/LBNL Network Simulator Version 2
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libtclcl.a:${PORTSDIR}/devel/tclcl
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/tclsh8.3:${PORTSDIR}/lang/tcl83
|
|
|
|
MAN1= ns.1
|
|
MANCOMPRESSED= no
|
|
|
|
WRKSRC= ${WRKDIR}/ns-2.26
|
|
|
|
GNU_CONFIGURE= yes
|
|
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>
|