pkgsrc/archivers/9e/Makefile
cjep b5f14f51e5 Initial import of 9e 1.0 into the NetBSD packages collection as
archivers/9e.

9e is a program to explore Plan9 archives. You can do whatever you
like with the source so long as you clearly indicate all modifications
and the author responsible for each.

Converted from the FreeBSD ports collection.
2002-11-18 13:36:20 +00:00

16 lines
471 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2002/11/18 13:36:20 cjep Exp $
# FreeBSD Id: ports/archivers/9e/Makefile,v 1.5 2002/07/22 03:58:19 fenner Exp
DISTNAME= 9e
PKGNAME= 9e-1.0
CATEGORIES= plan9 archivers
MASTER_SITES= http://www.eecs.harvard.edu/~wkj/Software/9e/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.eecs.harvard.edu/~wkj/Software/9e/
COMMENT= Explode Plan9 archives
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/9e ${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"