freebsd-ports/games/greed/Makefile
Mark Pulford 1be8f2c267 Update to 3.4.
De-pkg-comment.
2003-02-22 16:04:35 +00:00

26 lines
589 B
Makefile

# New ports collection makefile for: greed
# Date created: Apr 2, 2001
# Whom: Mark Pulford «mark@kyne.com.au>
#
# $FreeBSD$
#
PORTNAME= greed
PORTVERSION= 3.4
CATEGORIES= games
MASTER_SITES= http://catb.org/~esr/greed/
PKGNAMESUFFIX= -game
MAINTAINER= markp@FreeBSD.org
COMMENT= A text puzzle game with the aim of clearing the game field
ALL_TARGET= greed
MAN6= greed.6
do-install:
${INSTALL_PROGRAM} -m 2555 -o root -g games ${WRKSRC}/greed ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/greed.6 ${PREFIX}/man/man6
${SH} pkg-install ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>