# $Id: Portfile,v 1.2 2004/08/20 14:21:02 matt Exp $ PortSystem 1.0 name qstat version 2.6 categories games net platforms darwin maintainers matt@opendarwin.org homepage http://qstat.org/ description Gather statistics from game servers long_description Qstat is a command-line program that gathers real-time \ statistics from Internet game servers. Most supported \ games are of the first person shooter variety (Quake, \ Half-Life, etc). master_sites sourceforge checksums md5 68e96ea9dd444ddd7759db02444d398a use_configure no pre-build { reinplace "s|/etc|${prefix}/etc|g" \ ${worksrcpath}/GNUmakefile } destroot { file copy ${worksrcpath}/qstat \ ${destroot}${prefix}/bin file mkdir ${destroot}${prefix}/share/doc/${name} file copy ${worksrcpath}/qstatdoc.html \ ${destroot}${prefix}/share/doc/${name} file mkdir ${destroot}${prefix}/etc file copy ${worksrcpath}/qstat.cfg \ ${destroot}${prefix}/etc file copy ${worksrcpath}/template \ ${destroot}${prefix}/share/doc/${name} }