# $Id: Portfile,v 1.1 2005/04/19 13:03:04 toby Exp $

PortSystem 1.0
name             9e
version          1.0
categories       archivers
maintainers      toby@opendarwin.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

configure        {}

build.args       CFLAGS= LIBS=

destroot {
	xinstall -m 775 ${worksrcpath}/9e ${destroot}${prefix}/bin
}
