# $Id: Portfile,v 1.1 2004/10/25 12:21:00 mww Exp $ PortSystem 1.0 name unalz version 0.21 categories archivers platforms darwin maintainers mww@opendarwin.org description unarchiver for the AIZip format long_description Unalz is a BSD-licensed unarchiver for AlZip format which \ requires proprietary and win32-only software but widely used \ in Korea. homepage http://www.kipple.pe.kr/win/unalz/ master_sites http://www.kipple.pe.kr/temp/ checksums md5 91439c34200f114e1fdb2b41f3c44544 extract.suffix .tgz use_configure no build.target posix variant darwin { build.target darwin } destroot { xinstall -m 755 -s ${worksrcpath}/unalz ${destroot}${prefix}/bin }