21 lines
390 B
Makefile
21 lines
390 B
Makefile
# New ports collection makefile for: 9e
|
|
# Date created: 17 Mar 1999
|
|
# Whom: Jerry Hicks
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= 9e
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= http://www.eecs.harvard.edu/~wkj/Software/9e/
|
|
DISTNAME= 9e
|
|
|
|
MAINTAINER= ports@FreeBSD.Org
|
|
COMMENT= Explode Plan9 archives
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/9e ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|