lib-depends

This commit is contained in:
espie 2001-10-15 15:20:09 +00:00
parent 9aa4caea7c
commit e9d52cb46c
2 changed files with 10 additions and 7 deletions

View File

@ -1,6 +1,6 @@
#
# $FreeBSD: ports/net/ns/Makefile,v 1.3 1999/11/28 18:31:26 steve Exp $
# $OpenBSD: Makefile,v 1.17 2001/09/09 18:14:51 naddy Exp $
# $OpenBSD: Makefile,v 1.18 2001/10/15 15:20:09 espie Exp $
#
COMMENT= "UCB/LBNL Network Simulator Version 2"
@ -11,7 +11,7 @@ DISTNAME= ns-2.1b6
DISTFILES= ns-src-2.1b6.tar.gz
PKGNAME= ns-2.1b6
CATEGORIES= net
NEED_VERSION= 1.402
NEED_VERSION= 1.474
MASTER_SITES= ftp://ftp.ee.surrey.ac.uk/pub/Mirrors/ftp.isi.edu/nsnam/ \
ftp://ftp.isi.edu/nsnam/ \
http://www.isi.edu/nsnam/dist/
@ -26,8 +26,11 @@ HOMEPAGE= http://www.isi.edu/nsnam/ns/
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
BUILD_DEPENDS= ${PREFIX}/lib/libtclcl.a::devel/tclcl
RUN_DEPENDS= ${PREFIX}/bin/tclsh8.3::lang/tcl/8.3
BUILD_DEPENDS= ::devel/tclcl
RUN_DEPENDS= ::lang/tcl/8.3
LIB_DEPENDS= otcl::lang/otcl \
tcl83::lang/tcl/8.3 \
tk83::x11/tk/8.3
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --with-tcl-ver=8.3 --with-tk-ver=8.3

View File

@ -1,15 +1,15 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/07/18 20:30:43 dugsong Exp $
# $OpenBSD: Makefile,v 1.2 2001/10/15 15:20:09 espie Exp $
COMMENT= "local network discovery tool"
DISTNAME= thcrut-0.1
CATEGORIES= net
NEED_VERSION= 1.402
NEED_VERSION= 1.474
MASTER_SITES= http://www.thehackerschoice.com/releases/
HOMEPAGE= http://www.thehackerschoice.com/
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a::net/libnet
LIB_DEPENDS= net::net/libnet
MAINTAINER= Dug Song <dugsong@monkey.org>