# $Id: Portfile,v 1.3 2004/08/04 21:36:51 mww Exp $ PortSystem 1.0 name sign version 1.0.6 categories security platforms darwin maintainers mww@opendarwin.org description sign is a file signing and signature verification utility long_description ${description} homepage http://swapped.cc/sign/ master_sites ${homepage}/files/ checksums md5 a2e795d59c573434da9703413d13a507 depends_lib lib:libssl:openssl use_configure no destroot { xinstall -m 755 -s ${worksrcpath}/sign ${destroot}${prefix}/bin system "cd ${destroot}${prefix}/bin && ln -sf sign unsign" xinstall -m 644 ${worksrcpath}/man/sign.1 \ ${destroot}${prefix}/share/man/man1 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 ${worksrcpath}/README \ ${destroot}${prefix}/share/doc/${name} }