mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
dc572b07ee
whether the perl dependency is unconditional or conditional. This will be needed for the conditional inclusion of bsd.perl.mk.
32 lines
725 B
Makefile
32 lines
725 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= ports@FreeBSD.org
|
|
COMMENT= Netsaint Console monitor
|
|
|
|
DEPRECATED= Project abandoned
|
|
EXPIRATION_DATE= 2007-10-05
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Curses.pm:${PORTSDIR}/devel/p5-Curses
|
|
|
|
NO_WRKSUBDIR= yes
|
|
NO_BUILD= yes
|
|
USE_PERL5= 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>
|