mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
42542fb076
fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
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>
|