# $Id: Portfile,v 1.1 2004/01/22 20:55:18 matt Exp $ PortSystem 1.0 name qstat version 2.5c categories games net platforms darwin maintainers matt@opendarwin.org homepage http://www.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 ${homepage} checksums md5 a936dc3e15ece567378a026737fe45e2 distname ${name}25c 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} }