diff options
Diffstat (limited to 'net-mgmt/rancid-devel/Makefile')
-rw-r--r-- | net-mgmt/rancid-devel/Makefile | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/net-mgmt/rancid-devel/Makefile b/net-mgmt/rancid-devel/Makefile deleted file mode 100644 index 3cb10b04ed8a..000000000000 --- a/net-mgmt/rancid-devel/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# New ports collection makefile for: rancid -# Date created: 3 June 2002 -# Whom: Janos.Mohacsi@bsd.hu -# -# $FreeBSD$ -# - -PORTNAME= rancid -PORTVERSION= 2.2.2 -PORTREVISION= 4 -CATEGORIES= net -MASTER_SITES= ftp://ftp.shrubbery.net/pub/rancid/ - -MAINTAINER= janos.mohacsi@bsd.hu -COMMENT= Really Awesome New Cisco confIg Differ - -BUILD_DEPENDS= expect:${PORTSDIR}/lang/expect -RUN_DEPENDS= expect:${PORTSDIR}/lang/expect \ - ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \ - ${SITE_PERL}/LockFile/Simple.pm:${PORTSDIR}/devel/p5-LockFile-Simple - -USE_PERL5= yes -PKGMESSAGE= ${WRKDIR}/pkg-message -USE_GMAKE= yes -HAS_CONFIGURE= yes -CONFIGURE_ARGS= \ - --prefix=${PREFIX}/rancid - -MANPREFIX= ${PREFIX}/rancid - -MAN1= lg_intro.1 par.1 do-diffs.1 alogin.1 blogin.1 clogin.1 \ - control_rancid.1 create_cvs.1 rancid.1 rancid_intro.1 \ - elogin.1 f10rancid.1 flogin.1 hlogin.1 hrancid.1 jlogin.1 \ - jrancid.1 francid.1 cat5rancid.1 erancid.1 mrancid.1 xrancid.1 - -MAN5= env.5 lg.conf.5 cloginrc.5 router.db.5 - -CONFIG_FILES= bin/env util/lg/lg.conf - -post-install: - @ ${SED} -e "s:%%INSTDIR%%:${PREFIX}/rancid:g" pkg-message >${PKGMESSAGE} -.if !defined(BATCH) - @ ${ECHO} - @ ${CAT} ${PKGMESSAGE} - @ ${ECHO} -.endif -.for file in ${CONFIG_FILES} - @ if [ -f ${PREFIX}/rancid/${file}.dist ] ; then \ - ${ECHO} "WARNING: *** new ${file} file is installed as ${PREFIX}/rancid/${file}.dist"; \ - ${ECHO} " : *** review ${file}.dist for new/deprecated switches or install in place ${file}"; \ - fi -.endfor - -.include <bsd.port.mk> |