# $Id: Portfile,v 1.13 2003/03/03 06:18:07 mij Exp $ PortSystem 1.0 name pkgconfig version 0.15.0 categories devel maintainers eric@opendarwin.org description System for managing library compile and link flags homepage http://www.freedesktop.org/software/pkgconfig/ platforms darwin freebsd long_description The pkg-config program is used to retrieve information \ about installed libraries in the system. It is typically \ used to compile and link against one or more libraries. master_sites http://www.freedesktop.org/software/pkgconfig/releases/ checksums md5 a7e4f60a6657dbc434334deb594cc242 configure.env LDFLAGS="-L${prefix}/lib" CPPFLAGS="-I${prefix}/include \ -no-cpp-precomp" CFLAGS="-O3 -funroll-loops -fstrict-aliasing" patchfiles patch-glib-Makefile.in patch-gthread-Makefile.in \ patch-tests-Makefile.in