mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
10ae656be9
time to maintain these and I'm just not interested in these particular ones any more.
27 lines
528 B
Makefile
27 lines
528 B
Makefile
# New ports collection makefile for: greed
|
|
# Date created: 13 April 1999
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= greed
|
|
PORTVERSION= 0.81p
|
|
CATEGORIES= ftp www
|
|
MASTER_SITES= http://www.public.asu.edu/~arturner/greed/
|
|
DISTNAME= greed.81p
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
ALL_TARGET= freebsd
|
|
WRKSRC= ${WRKDIR}/greed.81p
|
|
|
|
MANCOMPRESSED= yes
|
|
MAN1= greed.1
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/greed ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/greed.1.gz ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|