1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/archivers/9e/Makefile
Gabor Kovesdan 42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +00:00

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>