# $Id: Portfile,v 1.2 2005/09/13 06:57:44 olegb Exp $ PortSystem 1.0 name xplc version 0.3.10 description Cross-Platform Lightweight Components. long_description XPLC (\"Cross-Platform Lightweight Components\") \ is a component system that will provide extensibility \ and reusability both inside and between applications. maintainers darwinports@opendarwin.org categories devel platforms darwin homepage http://${name}.sf.net master_sites sourceforge checksums md5 b6884ed973a5c076ac79b209450372b8 configure.args --mandir=${prefix}/share/man configure.env CPPFLAGS="-I${prefix}/include -L${prefix}/lib" \ CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress" build.target {} post-destroot { cd ${destroot}${prefix}/lib file link -hard libxplc.0.3.10.dylib libxplc.so.0.3.10 }