# $Id$ PortSystem 1.0 name mrtg version 2.15.2 categories net maintainers darkart.com:opendarwin.org jberry platforms darwin description The multi-router traffic grapher long_description MRTG is a tool to monitor the traffic load on network-links. \ It can also be used to gather and display a wide variety of time-series data. homepage http://www.mrtg.org/ master_sites http://oss.oetiker.ch/mrtg/pub/ \ ftp://ftp.chg.ru/pub/networking/monitoring/mrtg/ checksums md5 5827175dd5ee941c2ae894369f0c9071 \ sha1 1d814dfeeaa77f83a0e6c20c4b9a5f9dcbd24089 \ rmd160 cf21cfeb5e68b00fec7552b58c60ad22a0c47e47 depends_lib port:gd2 \ port:libpng \ port:zlib configure.args --mandir=${prefix}/share/man \ --with-gd=${prefix} \ --with-z=${prefix} \ --with-png=${prefix} post-destroot { destroot.keepdirs \ ${destroot}${prefix}/var/run \ ${destroot}${prefix}/var/log \ ${destroot}${prefix}/var/cache/mrtg reinplace s|"/var|"${prefix}/var| ${destroot}${prefix}/bin/mrtg reinplace s|"/etc|"${prefix}/etc| ${destroot}${prefix}/bin/mrtg }