blob: 8fc43d159eeb52d8336774dc715f8198c132137f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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
PORTCOMMENT= Explode Plan9 archives
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/9e ${PREFIX}/bin
.include <bsd.port.mk>
|