# $Id: Portfile 23053 2007-03-23 20:35:47Z pipping@macports.org $ PortSystem 1.0 name libcipher version 4.7-RELEASE categories devel maintainers nomaintainer@macports.org description Cipher routines from FreeBSD #homepage platforms darwin use_bzip2 yes master_sites opendarwin checksums md5 e322740002fc69c1e4e390ba461835d2 build.type bsd worksrcdir ${name} use_configure no patchfiles patch-Makefile build.env LDADD=-install_name\\ ${prefix}/lib/libcipher.1.dylib destroot { cd ${worksrcpath} xinstall -m 755 -d ${destroot}${prefix}/lib xinstall -m 755 -c libcipher.1.dylib \ ${destroot}${prefix}/lib system "ln -sf libcipher.1.dylib \ ${destroot}${prefix}/lib/libcipher.dylib" }