1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/games/greed/Makefile

27 lines
612 B
Makefile
Raw Normal View History

# New ports collection makefile for: greed
# Date created: Apr 2, 2001
# Whom: Mark Pulford <20>mark@kyne.com.au>
#
# $FreeBSD$
#
PORTNAME= greed
2003-12-27 01:53:33 +00:00
PORTVERSION= 3.5
CATEGORIES= games
2003-02-09 07:53:25 +00:00
MASTER_SITES= http://catb.org/~esr/greed/
PKGNAMESUFFIX= -game
MAINTAINER= ports@FreeBSD.org
2003-02-22 16:04:35 +00:00
COMMENT= A text puzzle game with the aim of clearing the game field
ALL_TARGET= greed
MAN6= greed.6
PLIST_FILES= bin/greed
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>