aboutsummaryrefslogtreecommitdiffstats
path: root/games/tetrons/Makefile
blob: bee2e7bb912fdfc550b322d759acace151620f9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:  tetrons
# Date created:                       Tue, Dec 19 2006 15:00:38 EST
# Whom:                               James Bailie <jimmy@mammothcheese.ca>
#
# $FreeBSD$
#

PORTNAME=   tetrons
PORTVERSION=    1.10
CATEGORIES= games
MASTER_SITES=   http://www.mammothcheese.ca/

MAINTAINER= jimmy@mammothcheese.ca
COMMENT=    Tetris(TM) clone for X11

MAKE_ARGS+= -DRANDOM

MAKE_ENV=   X11BASE=${LOCALBASE}
USE_XORG=   x11 xext xi
PLIST_FILES=    bin/tetrons

.include <bsd.port.mk>