a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 23053 2007-03-23 20:35:47Z pipping@macports.org $
PortSystem 1.0
name 9e
version 1.0
categories archivers
maintainers nomaintainer@macports.org
description Plan 9 unarchiver
long_description \
9e is a program to explode Third Edition Plan 9 \
and at least some Inferno archives.
homepage http://www.eecs.harvard.edu/~wkj/Software/9e/
platforms darwin
master_sites ${homepage}
distname ${name}
checksums md5 ffb6c9963c6bb61ddfc456fd29f96073
patchfiles patch-9e.c
use_configure no
build.args CFLAGS= LIBS=
destroot {
xinstall -m 775 ${worksrcpath}/9e ${destroot}${prefix}/bin
}