# $Id: Portfile 23989 2007-04-14 13:11:24Z pguyot@kallisys.net $ PortSystem 1.0 name lincity-ng version 1.1.0 categories games maintainers pguyot@kallisys.net description 3D city simulation game long_description \ LinCity-NG is a City Simulation Game. It is a polished and improved \ version of the classic LinCity game. homepage http://lincity-ng.berlios.de/ platforms darwin master_sites http://download.berlios.de/lincity-ng/ use_bzip2 yes checksums md5 19010d9800c4b18a7388723d64834512 \ sha1 9d75d9a042c31f0ddbf605499c9e48f26d9a94ad \ rmd160 d87d7f708cb91f753b2abfdb727851526d25fd44 configure.args --mandir=${destroot}${prefix}/share/man \ --with-libphysfs=${prefix} platform darwin { configure.args-append --with-apple-opengl-framework } depends_lib lib:libX11.6:XFree86 \ lib:libxml2:libxml2 \ bin:sdl-config:libsdl \ lib:libsdl_mixer:libsdl_mixer \ lib:libsdl_image:libsdl_image \ lib:libsdl_ttf:libsdl_ttf \ lib:libsdl_gfx:libsdl_gfx \ lib:libphysfs:physfs \ lib:libiconv:libiconv depends_build bin:jam:jam build { system "cd ${worksrcpath} && jam" } destroot { system "cd ${worksrcpath} && jam -sprefix=${destroot}${prefix} install" }