# $Id: Portfile,v 1.26 2005/11/03 23:42:36 toby Exp $

PortSystem 1.0
name		pkgconfig
version		0.20
categories	devel
maintainers	eric@opendarwin.org
description	System for managing library compile and link flags
homepage	http://pkgconfig.freedesktop.org/wiki/
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://pkgconfig.freedesktop.org/releases/

distname	pkg-config-${version}
checksums	md5 fb42402593e4198bc252ab248dd4158b
configure.args	--mandir=${prefix}/share/man --enable-indirect-deps

platform darwin 6 {
	configure.env CPPFLAGS="-no-cpp-precomp"
}
