# $Id: Portfile,v 1.10 2005/05/16 08:39:12 mww Exp $ PortSystem 1.0 name rrdtool version 1.2.10 categories net maintainers darwinports@mac.com 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://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/ checksums md5 ebf90d351126a225e87dbb88da7635f9 depends_lib path:${prefix}/bin/perl:perl5.8 \ path:${prefix}/lib/libtcl.dylib:tcl \ lib:libz.1:zlib \ lib:libpng.3:libpng \ lib:libfreetype:freetype \ lib:libart_lgpl:libart_lgpl \ lib:libcgi:cgilib patchfiles patch-configure \ patch-tcl-Makefile.in \ patch-examples-Makefile.in \ patch-doc-Makefile.in configure.args --prefix=${prefix} \ CPPFLAGS="-I${prefix}/include \ -I${prefix}/include/libart-2.0 \ -I${prefix}/include/freetype2 \ -I${prefix}/include/libpng" \ CFLAGS="-I${prefix}/include" \ LDFLAGS="-L${prefix}/lib" \ --enable-perl-site-install \ --with-tcllib=${prefix}/lib \ --disable-python build.type gnu post-install { ui_msg "\nSee ${prefix}/share/doc/rrdtool for example code\n" }