freebsd-ports/archivers/9e/Makefile
Wes Peters e44dc6976a 9e - a simple Plan9 distribution unpacker
PR:		ports/19459
Submitted by:	Jerry Hicks <jhix@mindspring.com>
2000-06-27 03:55:27 +00:00

22 lines
413 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= jhix@mindspring.com
WWW= http://www.eecs.harvard.edu/~wkj/Software/9e/
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/9e ${PREFIX}/bin
.include <bsd.port.mk>