1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/net-mgmt/pancho/Makefile
Wesley Shields d2fcee2d72 Update maintainer address.
Trim headers where applicable and in the cases where the maintainer
is the original author remove the headers entirely.
Update mirror to point to the newer location (old one redirected).

Submitted by:	Nicolas Jombart <ecu@200ok.org> (maintainer, private mail)
2012-12-12 21:40:54 +00:00

36 lines
974 B
Makefile

# $FreeBSD$
PORTNAME= pancho
PORTVERSION= 9.3.9
CATEGORIES= net-mgmt
MASTER_SITES= http://www.pancho.org/archives/pancho/ \
http://200ok.org/distfiles/pancho/
DISTNAME= pancho-v${PORTVERSION}
MAINTAINER= ecu@200ok.org
COMMENT= Network devices management tool using TFTP and SNMP
RUN_DEPENDS= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP \
p5-Config-IniFiles>=0:${PORTSDIR}/devel/p5-Config-IniFiles \
p5-Parallel-ForkManager>=0:${PORTSDIR}/devel/p5-Parallel-ForkManager
WRKSRC= ${WRKDIR}/Pancho-${PORTVERSION}
PERL_CONFIGURE= YES
MAN1= pancho.1
DOCS= README README.plugins Plugin.sample
post-patch:
@${MV} ${WRKSRC}/lib/Pancho/Plugins/README ${WRKSRC}/README.plugins
@${MV} ${WRKSRC}/lib/Pancho/Plugins/Plugin.sample ${WRKSRC}/
post-install:
@${INSTALL_DATA} ${WRKSRC}/samples/sample.conf ${PREFIX}/etc/pancho.conf.sample
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>