aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/nfsen/Makefile
blob: 85d4877593ec55757a4188818381e58b8644949b (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
# Created by: janos.mohacsi@bsd.hu
# $FreeBSD$

PORTNAME=   nfsen
PORTVERSION=    1.3.6p1
CATEGORIES= net-mgmt
MASTER_SITES=   SF/${PORTNAME}/stable/${PORTNAME}-${PORTVERSION} \
        http://nfsen.sourceforge.net/

MAINTAINER= jmohacsi@bsd.hu
COMMENT=    Web based frontend to nfdump netflow collector

LICENSE=    BSD
LICENSE_FILE=   ${WRKSRC}/BSD-license.txt

RUN_DEPENDS=    rrdtool>=0:${PORTSDIR}/databases/rrdtool \
        p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \
        nfdump:${PORTSDIR}/net-mgmt/nfdump

USES=       iconv
USE_PERL5=  yes
USE_PHP=    session pcre sockets
NO_BUILD=   yes
PLIST_SUB+= PORTNAME=${PORTNAME}
USE_RC_SUBR=    nfsen

.if defined(PACKAGE_BUILDING)
IGNORE=     needs running syslogd
.endif

post-patch:
    @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' -e 's,%%PORTNAME%%,${PORTNAME},' \
        ${WRKSRC}/etc/nfsen-dist.conf
    @${RM} ${WRKSRC}/etc/nfsen-dist.conf.*
    @${REINPLACE_CMD} -e 's,%%PERL%%,${PERL},' -e 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/install.pl

do-install:
    @${MKDIR} ${PREFIX}/var/${PORTNAME}/profiles/live
    @${MKDIR} ${PREFIX}/libexec/${PORTNAME}
    ${INSTALL_DATA} ${WRKSRC}/installer-items/CopyRecursive.pm ${PREFIX}/libexec/${PORTNAME}/
    ${INSTALL_DATA} ${WRKSRC}/installer-items/RRDconvertv1.pm ${PREFIX}/libexec/${PORTNAME}/
    @ if [ -f ${PREFIX}/etc/nfsen.conf ] ; then \
    ${ECHO_MSG} "installing with existing nfsen.conf"; \
    cd ${WRKSRC} ;${PERL} ${WRKSRC}/install.pl ${PREFIX}/etc/nfsen.conf; \
    else \
    ${ECHO_MSG} "installing with sample nfsen.conf"; \
    cd ${WRKSRC} ;${PERL} ${WRKSRC}/install.pl ${WRKSRC}/etc/nfsen-dist.conf; \
    fi
    @${ECHO_MSG} "Configure your ${LOCALBASE}/etc/nfsen.conf to have necessary sources ";
    @${ECHO_MSG} "Then run 'nfsen -R ${LOCALBASE}/etc/nfsen.conf' to correctly setup source, RRD, and profile files";

.include <bsd.port.mk>