aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/netdot/Makefile
blob: 58f9fb05fe5a486c7a658a0fb3ee06a3dcbdf5c0 (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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# New ports collection makefile for:	net-mgmt/netdot
# Date created:				16 January 2012
# Whom:					Nick Hilliard
#
# $FreeBSD$
#

PORTNAME=	netdot
PORTVERSION=	0.9.10
CATEGORIES=	net-mgmt
MASTER_SITES=	https://netdot.uoregon.edu/pub/dists/

MAINTAINER=	nick@foobar.org
COMMENT=	An open source tool to organize and maintain network information

LICENSE=	GPLv2

RUN_DEPENDS=	p5-libapreq2>=0:${PORTSDIR}/www/p5-libapreq2 \
		p5-Apache-Session>=1.6:${PORTSDIR}/www/p5-Apache-Session \
		p5-Apache-AuthCookie>=0:${PORTSDIR}/www/p5-Apache-AuthCookie \
		p5-Apache2-SiteControl>=1.0:${PORTSDIR}/www/p5-Apache2-SiteControl \
		p5-URI>=0:${PORTSDIR}/net/p5-URI \
		p5-DBD-mysql${MYSQL_VER}>=0:${PORTSDIR}/databases/p5-DBD-mysql${MYSQL_VER} \
		p5-SQL-Translator>=0.07:${PORTSDIR}/databases/p5-SQL-Translator \
		p5-Class-DBI>=3.0.17:${PORTSDIR}/databases/p5-Class-DBI \
		p5-Class-DBI-AbstractSearch>=0:${PORTSDIR}/databases/p5-Class-DBI-AbstractSearch \
		p5-DBIx-DataSource>=0:${PORTSDIR}/databases/p5-DBIx-DataSource \
		p5-SNMP-Info>=2.01:${PORTSDIR}/net-mgmt/p5-SNMP-Info \
		p5-HTML-Mason>=1.31:${PORTSDIR}/www/p5-HTML-Mason \
		p5-Log-Dispatch>=0:${PORTSDIR}/devel/p5-Log-Dispatch \
		p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl \
		p5-Parallel-ForkManager>=0:${PORTSDIR}/devel/p5-Parallel-ForkManager \
		p5-Net-IRR>=0:${PORTSDIR}/net/p5-Net-IRR \
		p5-NetAddr-IP>=0:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \
		p5-Net-IPTrie>=0.7:${PORTSDIR}/net/p5-Net-IPTrie \
		p5-Net-Appliance-Session>=3.113.610:${PORTSDIR}/net/p5-Net-Appliance-Session \
		p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
		p5-Net-DNS-ZoneFile-Fast>=1.12:${PORTSDIR}/dns/p5-Net-DNS-ZoneFile-Fast \
		p5-BIND-Config-Parser>=0:${PORTSDIR}/dns/p5-BIND-Config-Parser \
		p5-Carp-Assert>=0:${PORTSDIR}/devel/p5-Carp-Assert \
		p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \
		p5-Socket6>=0:${PORTSDIR}/net/p5-Socket6 \
		p5-GraphViz>=2.02:${PORTSDIR}/graphics/p5-GraphViz \
		rrdtool:${PORTSDIR}/databases/rrdtool

NO_BUILD=	yes
USE_PERL5=	yes
USE_GMAKE=	yes
USE_MYSQL=	yes

SUB_FILES=	pkg-message pkg-install
SUB_LIST=	WWWDIR="${WWWDIR}"	\
		WWWOWN="${WWWOWN}"	\
		WWWGRP="${WWWGRP}"	\
		CHOWN="${CHOWN}"	\
		CHMOD="${CHMOD}"

PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501000
RUN_DEPENDS+=	p5-Digest-SHA>=5.47:${PORTSDIR}/security/p5-Digest-SHA
.endif
.if ${PERL_LEVEL} < 501000
BUILD_DEPENDS+=	p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build
.endif

INSTALL_TARGET=	install		\
	PREFIX=${WWWDIR}	\
	APACHEUSER=${WWWOWN}	\
	APACHEGROUP=${WWWGRP}

post-patch:
	@${REINPLACE_CMD} "s#/usr/local/netdot#${WWWDIR}#g" ${WRKSRC}/netdot.cron ${WRKSRC}/Makefile ${WRKSRC}/import/import_ip_bulk.pl
	@${REINPLACE_CMD} "s#%%LOCALPREFIX%%#${PREFIX}#g" ${WRKSRC}/etc/Default.conf

post-install:
.for f in export/bind export/dhcpd export/ethers export/rancid export/sysmon htdocs/img/graphs lib/Netdot/Manual tmp/sessions/locks htdocs/masondata/cache
		@${TOUCH} ${WWWDIR}/${f}/.keep-me
.endfor
.for f in initdb updatedb defragdb
	${INSTALL_SCRIPT} ${WRKSRC}/bin/${f} ${WWWDIR}/bin/${f}
.endfor
	${INSTALL_DATA} ${WRKSRC}/netdot.cron ${WWWDIR}/etc/netdot.cron
	${INSTALL_DATA} ${WRKSRC}/etc/default_data ${WWWDIR}/etc/default_data
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.post.mk>