mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
bbed9774f9
Also some minor nits (extra fluff in all of my ports' DESCR files, USE_XLIB defined when USE_X_PREFIX is also defined, etc).
26 lines
557 B
Makefile
26 lines
557 B
Makefile
# New ports collection makefile for: greed
|
|
# Version required: 0.801
|
|
# Date created: 13 April 1999
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
|
#
|
|
# $Id: Makefile,v 1.8 1999/06/12 07:09:08 mharo Exp $
|
|
#
|
|
|
|
DISTNAME= greed-0.801
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.public.asu.edu/~arturner/greed/
|
|
|
|
MAINTAINER= cpiazza@FreeBSD.org
|
|
|
|
MANCOMPRESSED= yes
|
|
MAN1= greed.1
|
|
|
|
ALL_TARGET= freebsd
|
|
WRKSRC= ${WRKDIR}/greed
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/greed ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/greed.1.gz ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|