summaryrefslogtreecommitdiff
path: root/net-mgmt/routers2-extras/Makefile
blob: 7020d35f08a179563fbbc6c6113a6813690bc893 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# New ports collection makefile for:	routers2
# Date created:				December 14th 2006
# Whom:	      				Xavier Beaudouin <kiwi@oav.net>
#
# $FreeBSD$
#

PORTNAME=	routers2-extras
PORTVERSION=	2.19
PORTREVISION=	1
CATEGORIES=	net-mgmt
MASTER_SITES=	http://www.steveshipway.org/software/rrd/ \
		ftp://ftp.oav.oav.net/routers2/
DISTNAME=	routers2-v${PORTVERSION}

MAINTAINER=	kiwi@oav.net
COMMENT=	Extra extensions and scripts for routers2 frontend

RUN_DEPENDS=	${LOCALBASE}/www/routers2/routers2.cgi:${PORTSDIR}/net-mgmt/routers2 \
		${LOCALBASE}/bin/mrtg-ping-probe:${PORTSDIR}/net-mgmt/mrtg-ping-probe

WRKSRC=		${WRKDIR}/routers2-v${PORTVERSION}/extras

USE_PERL5=	YES

NO_BUILD=	YES

post-patch:
	for file in buildwan.pl cfgmaker_host.pl 95.pl ; do \
		${REINPLACE_CMD} -e 's|%%PERL%%|${PERL}|' ${WRKSRC}/$$file; \
	done
	for file in cfgmaker_host.pl ; do \
		${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/$$file; \
	done

do-install:
		${MKDIR} -m 755 ${PREFIX}/www/routers2/extras
.if !defined(NOPORTDOCS)
		${MKDIR} -m 755 ${DOCSDIR}
		for file in README *.txt; do \
			${INSTALL_DATA} ${WRKSRC}/$$file ${DOCSDIR}; \
		done
.endif
		for file in buildwan.pl cfgmaker_host.pl check_vmware.pl check_foundry checkagent \
			gather.pl getstats.sh graphprune.pl mrtg-apache mrtg-nrpe.pl mrtg-nrpe.sh \
			mrtg-pnsclient.pl mrtg-portsinuse.pl rrd-archive-clean.pl \
			rrd-archive.pl rrdextend.pl \
			winalert.pl targetnames/targetnames.pl; do \
			${INSTALL_SCRIPT} ${WRKSRC}/$$file ${PREFIX}/www/routers2/extras; \
		done
		for file in mrtg-nrpe.cfg mrtg-pnsclient.cfg rrd-archive.conf winalert.conf ; do \
			${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/www/routers2/extras; \
		done
		${MKDIR} -m 755 ${PREFIX}/www/routers2/extras/templates
		for file in mrtg-templates/* ; do \
			${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/www/routers2/extras/templates; \
		done

.include <bsd.port.mk>