771f5dfebc
PR: 23143 Submitted by: Eoin Lawless <eoin@maths.tcd.ie> Reviewed by: maintainer
32 lines
701 B
Makefile
32 lines
701 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
|
|
|
|
MAN1= nam.1
|
|
MANCOMPRESSED= no
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-tcl-ver=8.2 --with-tk-ver=8.2
|
|
|
|
ALL_TARGET=
|
|
|
|
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>
|