mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
3c175cb569
Reviewed by: marcus
23 lines
411 B
Makefile
23 lines
411 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
|
|
|
|
PLIST_FILES= bin/9e
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/9e ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|