Portfile

# $Id: Portfile 19376 2006-09-02 03:19:06Z yeled@macports.org $

PortSystem 1.0

name unalz
version 0.50
categories archivers
platforms darwin
maintainers minskim@bawi.org
description unarchiver for the AlZip 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 ${homepage}
checksums md5 bc26fc608412f73aaf48db0b51e13593
extract.suffix .tgz

worksrcdir unalz
configure {}

build.target posix-utf8

destroot {
xinstall -m 755 -s ${worksrcpath}/unalz ${destroot}${prefix}/bin
}