1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

root/csw/mgar/pkg/mrtg/trunk/Makefile

Revision 17967, 2.5 KB (checked in by idogan23, 2 weeks ago)

mrtg: bump version to: 2.17.4

Line 
1NAME = mrtg
2VERSION = 2.17.4
3CATEGORIES = utils
4GARTYPE = v2
5
6DESCRIPTION = Multi Router Traffic Grapher (network monitor)
7define BLURB
8        The Multi Router Traffic Grapher (MRTG) is a tool to monitor the traffic
9        load on network-links. MRTG generates HTML pages containing PNG images which
10        provide a LIVE visual representation of this traffic.
11endef
12
13DISTFILES    = $(NAME)-$(VERSION).tar.gz
14
15VENDOR_URL = http://oss.oetiker.ch/mrtg/
16MASTER_SITES = http://oss.oetiker.ch/mrtg/pub/
17
18PACKAGES = CSWmrtg
19CATALOGNAME = mrtg
20
21# We define upstream file regex so we can be notifed of new upstream software release
22UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
23
24PACKAGING_PLATFORMS =  solaris9-sparc solaris9-i386
25
26CONFIGURE_ARGS = $(DIRPATHS)
27CONFIGURE_ARGS += --with-gd=/opt/csw
28CONFIGURE_ARGS += --with-gd-lib=/opt/csw/lib
29CONFIGURE_ARGS += --with-gd-inc=/opt/csw/include
30
31RUNTIME_DEP_PKGS_CSWmrtg += CSWperl
32RUNTIME_DEP_PKGS_CSWmrtg += CSWlibgd2
33RUNTIME_DEP_PKGS_CSWmrtg += CSWlibpng12-0
34RUNTIME_DEP_PKGS_CSWmrtg += CSWlibz1
35
36# Reviewed checkpkg overrides
37CHECKPKG_OVERRIDES_CSWmrtg += file-with-bad-content|/usr/local|root/opt/csw/lib/mrtg2/Net_SNMP_util.pm
38CHECKPKG_OVERRIDES_CSWmrtg += file-with-bad-content|/usr/local|root/opt/csw/share/man/man1/mrtg-rrd.1
39CHECKPKG_OVERRIDES_CSWmrtg += file-with-bad-content|/usr/local|root/opt/csw/share/man/man1/mrtg-unix-guide.1
40CHECKPKG_OVERRIDES_CSWmrtg += file-with-bad-content|/usr/local|root/opt/csw/share/man/man1/mrtg-reference.1
41CHECKPKG_OVERRIDES_CSWmrtg += file-with-bad-content|/usr/local|root/opt/csw/share/doc/mrtg2/mrtg-rrd.txt
42CHECKPKG_OVERRIDES_CSWmrtg += file-with-bad-content|/usr/local|root/opt/csw/share/doc/mrtg2/CHANGES
43CHECKPKG_OVERRIDES_CSWmrtg += file-with-bad-content|/usr/local|root/opt/csw/share/doc/mrtg2/mrtg-unix-guide.txt
44CHECKPKG_OVERRIDES_CSWmrtg += file-with-bad-content|/usr/local|root/opt/csw/share/doc/mrtg2/mrtg-reference.txt
45CHECKPKG_OVERRIDES_CSWmrtg += file-with-bad-content|/usr/local|root/opt/csw/share/doc/mrtg2/mrtg-rrd.pod
46CHECKPKG_OVERRIDES_CSWmrtg += file-with-bad-content|/usr/local|root/opt/csw/share/doc/mrtg2/mrtg-reference.pod
47CHECKPKG_OVERRIDES_CSWmrtg += file-with-bad-content|/usr/local|root/opt/csw/share/doc/mrtg2/mrtg-unix-guide.pod
48CHECKPKG_OVERRIDES_CSWmrtg += file-with-bad-content|/usr/share|root/opt/csw/share/man/man1/mrtg-squid.1
49CHECKPKG_OVERRIDES_CSWmrtg += file-with-bad-content|/usr/share|root/opt/csw/share/doc/mrtg2/mrtg-squid.pod
50CHECKPKG_OVERRIDES_CSWmrtg += file-with-bad-content|/usr/share|root/opt/csw/share/doc/mrtg2/mrtg-squid.txt
51
52TEST_TARGET =
53
54include gar/category.mk
Note: See TracBrowser for help on using the browser.