# $Id: Portfile,v 1.1 2003/03/26 22:45:17 eric Exp $ PortSystem 1.0 name bdes version 4.7-RELEASE categories sysutils maintainers eric@opendarwin.org description Block-based DES cipher utility platforms darwin use_bzip2 yes master_sites http://distfiles.opendarwin.org/ checksums md5 7b83cf1258bd73784ce70629dcad17c5 depends_lib lib:libcipher.1:libcipher build.type bsd build.args LDADD+=-L${prefix}/lib\\ -lcipher worksrcdir ${portname} patchfiles patch-Makefile configure { reinplace "s|MAN|MAN1|" ${worksrcpath}/Makefile } install { system "install -o root -m 755 -d ${destroot}${prefix}/bin" system "install -o root -m 755 -d ${destroot}${prefix}/man/man1" system "install -o root -m 755 -d ${destroot}${prefix}/share/doc" system "install -o root -m 755 -c ${worksrcpath}/bdes \ ${destroot}${prefix}/bin" system "install -o root -m 644 -c ${worksrcpath}/bdes.1.gz \ ${destroot}${prefix}/man/man1" system "install -o root -m 644 -c ${worksrcpath}/bdes.ps \ ${destroot}${prefix}/share/doc" }