# $Id$ PortSystem 1.0 name rrdtool version 1.2.26 categories net maintainers markd description Round Robin Database long_description RRDtool is a system to store and display time-series data homepage http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/ platforms darwin master_sites http://oss.oetiker.ch/rrdtool/pub/ checksums md5 b2c179e2d2ec2a92969648c4ebd382dc depends_lib port:perl5.8 \ port:tcl \ port:zlib \ port:libpng \ port:freetype \ port:libart_lgpl \ port:cgilib configure.args --prefix=${prefix} \ --enable-perl-site-install \ --with-tcllib=${prefix}/lib \ --disable-python \ --disable-ruby \ --mandir=${prefix}/share/man configure.cppflags-append \ "-I${prefix}/include/libart-2.0 \ -I${prefix}/include/freetype2 \ -I${prefix}/include/libpng" \ build.type gnu variant python { depends_lib-append python24 configure.args-delete --disable-python configure.args-append --enable-python } post-install { ui_msg "\nSee ${prefix}/share/doc/rrdtool for example code\n" }