mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
60aab66567
ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
28 lines
650 B
Makefile
28 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>
|