mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
24 lines
468 B
Makefile
24 lines
468 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
|
|
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LIBS="" HDRS=""
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/9e ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|