1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/archivers/9e/Makefile
Philippe Audeoud 9e6c37f245 - Update MASTER_SITES
- Submitter take maintainership

PR:		ports/135620
Submitted by:	Rodrigo OSORIO <rodrigo _AT_ bebik.net>
2009-06-16 08:44:10 +00:00

24 lines
471 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://rodrigo.osorio.free.fr/freebsd/distfiles/
DISTNAME= 9e
MAINTAINER= rodrigo@bebik.net
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>