mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
6a364c19b2
PR: 11340 Submitted by: Oscar Bonilla <obonilla@fisicc-ufm.edu>
34 lines
741 B
Makefile
34 lines
741 B
Makefile
# New ports collection makefile for: ns-2
|
|
# Version required: 2.1b5
|
|
# Date created: 26 April 1999
|
|
# Whom: obonilla
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= ns-src-2.1b5
|
|
PKGNAME= ns-2.1b5
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www-mash.cs.berkeley.edu/dist/vint/
|
|
|
|
MAINTAINER= obonilla@fisicc-ufm.edu
|
|
|
|
BUILD_DEPENDS= ${PREFIX}/lib/libtclcl.a:${PORTSDIR}/devel/tclcl
|
|
RUN_DEPENDS= ${PREFIX}/bin/tclsh8.0:${PORTSDIR}/lang/tcl80
|
|
|
|
MAN1= ns.1
|
|
MANCOMPRESSED= no
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
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>
|