# $Id: Portfile,v 1.4 2005/10/19 08:10:07 blb Exp $ PortSystem 1.0 name plib version 1.8.3 revision 1 categories devel graphics games maintainers blb@opendarwin.org description A Suite of Portable Game Libraries long_description \ PLIB includes sound effects, music, a complete 3D engine, font \ rendering, a GUI, networking, 3D math library and a collection of handy \ utility functions. All are 100% portable across nearly all modern \ computing platforms. platforms darwin homepage http://plib.sourceforge.net/ master_sites ${homepage}/dist/ checksums md5 de10b19dfcee5da7115ee2a69656f34c patchfiles patch-src_js_js.cxx patch-src_js_jsMacOSX.cxx \ patch-src_js_js.h configure.env CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib" configure.args --with-x post-destroot { xinstall -m 755 -d ${destroot}/${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL \ KNOWN_BUGS NOTICE README ${destroot}/${prefix}/share/doc/${name} }