# $Id: Portfile,v 1.4 2005/08/28 15:45:37 toby Exp $ PortSystem 1.0 name pdflib version 6.0.2 categories print platforms darwin maintainers mww@opendarwin.org description library of C routines to programmatically generate PDF files long_description PDFlib is a library of C routines which allow you to \ programmatically generate files in Adobe's Portable Document \ format PDF. homepage http://pdflib.sourceforge.net/ master_sites http://www.pdflib.com/products/pdflib/download/602src/ \ freebsd distname PDFlib-Lite-${version} checksums md5 eaeb8d8f000af50e6057eb2378ab6a94 patchfiles patch-config-mkcommon.inc.in patch-libs__pdcore__pc_util.h configure.args --without-java --without-perl --without-py --without-tcl variant java { configure.args-delete --without-java configure.args-append --with-java=yes } variant perl { depends_lib path:${prefix}/bin/perl:perl5.8 configure.args-delete --without-perl configure.args-append --with-perl=${prefix}/bin/perl } variant python { depends_lib path:${prefix}/bin/python:python24 configure.args-delete --without-py configure.args-append --with-py=${prefix} } variant tcl { depends_lib path:${prefix}/bin/tclsh:tcl configure.args-delete --without-tcl configure.args-append --with-tcl=${prefix}/bin/tclsh }