openbsd-ports/net/ns/Makefile

50 lines
1.2 KiB
Makefile
Raw Normal View History

2012-04-28 14:07:56 -04:00
# $OpenBSD: Makefile,v 1.40 2012/04/28 18:07:56 stu Exp $
# $FreeBSD: ports/net/ns/Makefile,v 1.3 1999/11/28 18:31:26 steve Exp $
COMMENT= UCB/LBNL Network Simulator Version 2
2012-04-28 14:07:56 -04:00
V= 2.35
2007-10-24 11:01:09 -04:00
DISTNAME= ns-src-$V
2010-07-10 10:58:20 -04:00
PKGNAME= ns-$V
CATEGORIES= net
2012-04-28 14:07:56 -04:00
MAINTAINER = Stuart Cassoff <stwo@users.sourceforge.net>
2002-10-27 19:47:05 -05:00
2012-04-28 14:07:56 -04:00
HOMEPAGE= http://nsnam.sourceforge.net/
2007-10-24 11:01:09 -04:00
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-04-18 03:13:06 -04:00
MODULES += x11/tk
2012-04-28 14:07:56 -04:00
WANTLIB += X11 Xext c m pcap stdc++ otcl
WANTLIB += ${MODTK_WANTLIB}
2007-10-24 11:01:09 -04:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nsnam/}
WRKDIST= ${WRKDIR}/ns-$V
2012-04-28 14:07:56 -04:00
BUILD_DEPENDS= devel/tclcl
LIB_DEPENDS= lang/otcl \
${MODTK_LIB_DEPENDS}
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --with-tcl-ver=${MODTCL_VERSION} \
--with-tk-ver=${MODTK_VERSION} \
2012-04-28 14:07:56 -04:00
--with-tcl=${LOCALBASE} \
--with-tk=${LOCALBASE} \
--with-tclcl=${LOCALBASE} \
--x-includes=${X11BASE}/include \
--x-libraries=${X11BASE}/lib
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ns ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/ns.1 ${PREFIX}/man/man1
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ns2
${INSTALL_DATA} ${WRKSRC}/tcl/ex/*.tcl ${PREFIX}/share/examples/ns2
2002-10-27 19:47:05 -05:00
do-regress:
cd ${WRKSRC} && ./validate
.include <bsd.port.mk>