aboutsummaryrefslogtreecommitdiffstats
path: root/net/mrtg/Makefile
blob: f09715cbdb6bfa6c1a35b9083ab0c58700e79458 (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
# New ports collection makefile for:    MRTG
# Version required:         2.6.6
# Date created:             April 18th 1997
# Whom:                     James FitzGibbon <jfitz@FreeBSD.org>
#
#   $Id: Makefile,v 1.13 1999/07/29 03:26:36 foxfair Exp $
#

DISTNAME=   mrtg-2.8.6
CATEGORIES= net
MASTER_SITES=   http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/pub/

MAINTAINER= jfitz@FreeBSD.ORG

BUILD_DEPENDS=  ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd

USE_PERL5=  YES
MAKE_ENV+=  PERL=${PERL}

GNU_CONFIGURE=  YES

CONFIGURE_ARGS= --with-gd-lib=${PREFIX}/lib \
        --with-gd-inc=${PREFIX}/include/gd

CONFIGURE_ENV=  PERL=${PERL}

do-install:
        ${MKDIR} -m 755 ${PREFIX}/etc/mrtg
        ${MKDIR} -m 755 ${PREFIX}/lib/perl5/site_perl/${PERL_VER}
        ${MKDIR} -m 755 ${PREFIX}/share/mrtg
.if !defined(NOPORTDOCS)
        ${MKDIR} -m 755 ${PREFIX}/share/doc/mrtg
        for file in ANNOUNCE CHANGES COPYING COPYRIGHT MANIFEST README \
            doc/config.html doc/config.pod doc/config.txt doc/htaccess.txt \
            doc/logfile-format.txt doc/manual.html doc/manual.txt \
            doc/mibhelp.txt doc/squid.txt ; do \
            ${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/share/doc/mrtg/; \
        done
.endif
        ${INSTALL_DATA} ${WRKSRC}/doc/sample-mrtg.cfg ${PREFIX}/etc/mrtg
        for file in ${WRKSRC}/images/*.gif; do \
            ${INSTALL_DATA} $$file ${PREFIX}/share/mrtg/; \
        done
        for file in SNMP_Session.pm SNMP_util.pm BER.pm locales_mrtg.pm; do \
            ${INSTALL_DATA} ${WRKSRC}/run/$$file ${PREFIX}/lib/perl5/site_perl/${PERL_VER}; \
        done
        ${INSTALL_PROGRAM} ${WRKSRC}/run/rateup ${PREFIX}/bin/
        for file in mrtg cfgmaker cfgmaker_ip indexmaker; do \
            ${INSTALL_SCRIPT} ${WRKSRC}/run/$$file ${PREFIX}/bin/; \
        done

post-install:
.if !defined(BATCH)
    @${ECHO} ""
    @${ECHO} "############################################################################"
    @${ECHO} "# Please create a MRTG config file in ${PREFIX}/etc/mrtg                   #"
    @${ECHO} "# A configuration file can be automatically generated with cfgmaker        #"
    @${ECHO} "# A sample configuration file is installed as sample-mrtg.cfg              #"
    @${ECHO} "############################################################################"
.endif

.include <bsd.port.mk>
eine?h=gnome-3.24&id=6b02d1b35c173832c085697cf76aa156d04ad843'>Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1 * Upgrade to 0.6arved2005-04-063-5/+15 * Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-0/+1 * Update to 0.5arved2004-12-315-35/+68 * Update to 0.4.3barved2004-05-183-6/+7 * Fix build on 5.xarved2004-05-091-0/+10 * Update to 0.4.3arved2004-05-075-25/+11 * multimedia/libxine is broken on non-i386 architectures, amd64 inedwin2004-04-291-7/+1 * Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-0/+1 * Update to 0.4.2arved2004-03-285-11/+37 * Add SIZEarved2004-03-181-0/+1 * Chase library bump of libSDL-1.1 for all ports which were dependingedwin2004-03-161-1/+1 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1 * Update to 0.4.1arved2004-01-183-10/+19 * Sync with libxine shared library version bump.nobutaka2004-01-071-1/+2 * Add -fPIC to fix build on amd64 (when libxine is fixed)arved2004-01-061-1/+8 * Update to 0.4arved2003-11-175-5/+27 * Sync with libxine shared library version bump.nobutaka2003-11-151-2/+2 * Update MD5 sum. Author added a polish translation and fixes for KDE 3.0arved2003-08-113-1/+3 * Update to 0.3.2arved2003-07-032-2/+2