freebsd-ports/archivers/9e/Makefile

24 lines
471 B
Makefile
Raw Normal View History

# 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
2003-02-20 18:07:10 +01:00
COMMENT= Explode Plan9 archives
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/9e
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LIBS="" HDRS=""
2004-02-05 21:38:07 +01:00
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/9e ${TARGETDIR}/bin
.include <bsd.port.mk>