1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/net/ns/Makefile
Steve Wills 953cfb28aa - Update to 2.35
- Change Tcl dependency to 8.5
- Fix build with clang

PR:		ports/168673
Submitted by:	Masaki TAGAWA <masaki@club.kyutech.ac.jp> (maintainer)
2012-06-21 00:23:07 +00:00

40 lines
983 B
Makefile

# New ports collection makefile for: ns-2
# Date created: 26 April 1999
# Whom: obonilla
#
# $FreeBSD$
#
PORTNAME= ns
PORTVERSION= 2.35
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}nam/${PORTNAME}-2/${PORTVERSION}
DISTFILES= ${PORTNAME}-src-${PORTVERSION}.tar.gz
MAINTAINER= masaki@club.kyutech.ac.jp
COMMENT= Discrete event simulator for networking research
BUILD_DEPENDS= ${LOCALBASE}/lib/libtclcl.a:${PORTSDIR}/devel/tclcl
MAN1= ns.1
MANCOMPRESSED= no
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tcl-ver=${TCL_VER} --with-tk-ver=${TK_VER} --x-libraries=${LOCALBASE}/lib --x-includes=${LOCALBASE}/include
USE_GMAKE= yes
USE_TK= 85+
post-patch:
@${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE},g" \
${WRKSRC}/configure
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ns ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/ns.1 ${MANPREFIX}/man/man1
.if !defined(NOPORTDOCS)
${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/tcl/ex/*.tcl ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>