diff options
Diffstat (limited to 'net-mgmt/nsc/Makefile')
-rw-r--r-- | net-mgmt/nsc/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net-mgmt/nsc/Makefile b/net-mgmt/nsc/Makefile new file mode 100644 index 000000000000..e9f35e9aa8a7 --- /dev/null +++ b/net-mgmt/nsc/Makefile @@ -0,0 +1,24 @@ +# ports collection makefile for: nsc +# Date created: Tue Apr 3 14:25:48 CEST 2001 +# Whom: Dirk Froemberg <dirk@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= nsc +PORTVERSION= 0.50c +CATEGORIES= net +MASTER_SITES= http://www.goth.dk/~goth/nsc/ + +MAINTAINER= dirk@FreeBSD.org + +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/Curses.pm:${PORTSDIR}/devel/p5-Curses + +NO_WRKSUBDIR= yes +NO_BUILD= yes + +do-install: + ${PERL} -i -pe 's|%%PREFIX%%|${PREFIX}|g; s|%%PERL%%|${PERL}|g' ${WRKSRC}/nsc.pl + ${INSTALL_SCRIPT} ${WRKSRC}/nsc.pl ${PREFIX}/bin/nsc + +.include <bsd.port.mk> |