1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00
freebsd-ports/net/nam/Makefile
Pete Fritchman fddcc32c8b Unbreak: use TCL 8.3 (and actually add the dependency on it).
While I'm here, unbreak compile on -current with gcc 3.1.
2002-06-09 03:16:07 +00:00

39 lines
904 B
Makefile

# 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 <bsd.port.mk>