# New ports collection makefile for: nam # Date created: 26 April 1999 # Whom: obonilla # # $FreeBSD$ # PORTNAME= nam PORTVERSION= 1.0a9 CATEGORIES= net MASTER_SITES= http://www.isi.edu/nsnam/dist/ DISTFILES= nam-src-${PORTVERSION}.tar.gz MAINTAINER= obonilla@fisicc-ufm.edu BUILD_DEPENDS= ${LOCALBASE}/lib/libtclcl.a:${PORTSDIR}/devel/tclcl LIB_DEPENDS= tcl83.1:${PORTSDIR}/lang/tcl83 MAN1= nam.1 MANCOMPRESSED= no GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl-ver=8.3 --with-tk-ver=8.3 ALL_TARGET= post-patch: @${SED} -e 's,friend Queue,friend class Queue,' < ${WRKSRC}/queue.h > \ ${WRKSRC}/queue.h.new @${MV} ${WRKSRC}/queue.h.new ${WRKSRC}/queue.h do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nam ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/nam.1 ${PREFIX}/man/man1 ${MKDIR} ${PREFIX}/share/examples/nam ${INSTALL_DATA} ${WRKSRC}/ex/* ${PREFIX}/share/examples/nam .include