1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/games/tetrons/Makefile
Thomas Abthorpe ec0e1b4b9c - Update to 1.10
PR:		ports/166950
Submitted by:	maintainer
2012-04-27 02:51:38 +00:00

23 lines
499 B
Makefile

# 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>