Fake, use tcl/tk 8.3

Mark broken: scripts in examples use stuff from WRKDIST/bin which is not
even installed.
This commit is contained in:
espie 2000-04-05 10:13:52 +00:00
parent ac954b6622
commit 28f4b498e3
2 changed files with 12 additions and 10 deletions

View File

@ -1,29 +1,33 @@
#
# $FreeBSD: ports/net/ns/Makefile,v 1.3 1999/11/28 18:31:26 steve Exp $
# $OpenBSD: Makefile,v 1.6 2000/03/27 18:17:30 espie Exp $
# $OpenBSD: Makefile,v 1.7 2000/04/05 10:13:52 espie Exp $
#
DISTNAME= ns-src-2.1b5
BROKEN= "Doesn't install half the package"
DISTNAME= ns-2.1b5
DISTFILES= ns-src-2.1b5.tar.gz
PKGNAME= ns-2.1b5
CATEGORIES= net
NEED_VERSION= 1.230
MASTER_SITES= http://www-mash.cs.berkeley.edu/dist/vint/
MASTER_SITES= ftp://ftp.ee.surrey.ac.uk/pub/Mirrors/mash.cs.berkeley.edu/dist/vint/ \
http://www-mash.cs.berkeley.edu/dist/vint/
HOMEPAGE= http://www-mash.cs.berkeley.edu/ns/
MAINTAINER= angelos@openbsd.org
BUILD_DEPENDS= ${PREFIX}/lib/libtclcl.a::devel/tclcl
RUN_DEPENDS= ${PREFIX}/bin/tclsh8.2::lang/tcl82
WRKDIST= ${WRKDIR}/${PKGNAME}
RUN_DEPENDS= ${PREFIX}/bin/tclsh8.3::lang/tcl/8.3
GNU_CONFIGURE= Yes
CONFIGURE_ARGS= --with-tcl-ver=8.2 --with-tk-ver=8.2
CONFIGURE_ARGS= --with-tcl-ver=8.3 --with-tk-ver=8.3
FAKE= Yes
ALL_TARGET=
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ns ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/ns.1 ${PREFIX}/man/man1
mkdir -p ${PREFIX}/share/examples/ns2
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ns2
${INSTALL_DATA} ${WRKSRC}/tcl/ex/*.tcl ${PREFIX}/share/examples/ns2
.include <bsd.port.mk>

View File

@ -2,6 +2,4 @@ NS is a discrete event simulator targeted at networking research.
Ns provides substantial support for simulation of TCP, routing, and multicast
protocols.
WWW: http://www-mash.cs.berkeley.edu/ns/
-Oscar <obonilla@fisicc-ufm.edu>