freebsd-ports/net-mgmt/nsc/Makefile
Garrett Wollman 60aab66567 Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.

Approved in principle by: marcus
2004-02-23 04:42:13 +00:00

27 lines
650 B
Makefile

# 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.52
CATEGORIES= net-mgmt
MASTER_SITES= http://dev.null.dk/~goth/nsc/ \
http://meridian-enviro.com/rand/
MAINTAINER= dirk@FreeBSD.org
COMMENT= Netsaint Console monitor
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Curses.pm:${PORTSDIR}/devel/p5-Curses
NO_WRKSUBDIR= yes
NO_BUILD= yes
PLIST_FILES= bin/nsc
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>