1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/net/ns/Makefile

40 lines
921 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.29
CATEGORIES= net
MASTER_SITES= http://www.isi.edu/nsnam/dist/
DISTNAME= ns-src-${PORTVERSION}
MAINTAINER= laszlof@vonostingroup.com
COMMENT= Discrete event simulator for networking research
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
RUN_DEPENDS= ${LOCALBASE}/bin/tclsh8.4:${PORTSDIR}/lang/tcl84
MAN1= ns.1
MANCOMPRESSED= no
WRKSRC= ${WRKDIR}/ns-${PORTVERSION}
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tcl-ver=8.4 --with-tk-ver=8.4 --with-tclcl=${LOCALBASE}
MAKE_ARGS+= "LDFLAGS=${LDFLAGS}"
ALL_TARGET=
2004-03-19 22:27:54 +00:00
.include <bsd.port.pre.mk>
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ns ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/ns.1 ${PREFIX}/man/man1
${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/tcl/ex/*.tcl ${EXAMPLESDIR}
2004-03-19 22:27:54 +00:00
.include <bsd.port.post.mk>