# $Id: Portfile 86098 2011-10-19 11:41:37Z snc@macports.org $ PortSystem 1.0 name mkcatalog version 1.1 categories textproc license BSD maintainers nomaintainer description Maintenance utility for SGML catalog files platforms darwin supported_archs noarch homepage http://cvsweb.FreeBSD.org/ports/textproc/mkcatalog/ long_description $description master_sites fink checksums md5 1edbb27fc336b05fb09b2d7cf1994b26 configure { reinplace "s|@@PREFIX@@|${prefix}|g" \ ${worksrcpath}/mkcatalog.in } build {} destroot { xinstall -m 755 -d ${destroot}${prefix}/sbin xinstall -m 755 ${worksrcpath}/mkcatalog.in \ ${destroot}${prefix}/sbin/mkcatalog }