# $Id: Portfile,v 1.4 2003/08/05 09:29:39 jkh Exp $ PortSystem 1.0 name mkcatalog version 1.1 categories textproc maintainers mij@opendarwin.org description Maintenance utility for SGML catalog files platforms darwin long_description $description master_sites http://soupnazi.org/OSX/dports/distfiles/ checksums md5 1edbb27fc336b05fb09b2d7cf1994b26 configure { reinplace "s|@@PREFIX@@|${prefix}|g" \ ${worksrcpath}/mkcatalog.in } build {} destroot { system "install -o root -m 755 -d ${destroot}${prefix}/sbin" system "install -o root -m 755 ${worksrcpath}/mkcatalog.in \ ${destroot}${prefix}/sbin/mkcatalog" } destroot.args prefix=${destroot}${prefix}