aboutsummaryrefslogtreecommitdiffstats
path: root/games/greed/Makefile
blob: 3e660d6940e7b7f10b9a6438a3c9026199a21c2d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    greed
# Date created:         Apr 2, 2001
# Whom:             Mark Pulford «mark@kyne.com.au>
#
# $FreeBSD$
#

PORTNAME=   greed
PORTVERSION=    3.3
CATEGORIES= games
MASTER_SITES=   http://www.tuxedo.org/~esr/greed/
PKGNAMESUFFIX=  -game

MAINTAINER= markp@FreeBSD.org

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>