# $Id: Portfile,v 1.2 2005/09/13 06:57:52 olegb Exp $ PortSystem 1.0 name buildtool version 0.16 description Buildtool is a build infrastructure. long_description Buildtool is a highly integrated shell based build \ infrastructure. It can be used in the development of any \ kind of software package, like standalone programs, shared \ libraries or documentation packages due to its modularity. maintainers darwinports@opendarwin.org categories sysutils platforms darwin homepage http://${name}sf.net master_sites sourceforge checksums sha1 27dd75f0977d6f87992b080ce778b76e5d3ba154 configure.pre_args -p ${prefix} configure.env CPPFLAGS="-I${prefix}/include -L${prefix}/lib" \ CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress" post-destroot { file delete -force ${destroot}${prefix}/share/man file rename -force ${destroot}${prefix}/man ${destroot}${prefix}/share }