freebsd-ports/games/tetrons/Makefile
Dmitry Marakasov 491d2aafe0 - Update to 1.8
PR:		129737
Submitted by:	"James Bailie" <jimmy at mammothcheese dot ca> (maintainer)
2008-12-18 14:42:22 +00:00

21 lines
467 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.8
CATEGORIES= games
MASTER_SITES= http://www.mammothcheese.ca/
MAINTAINER= jimmy@mammothcheese.ca
COMMENT= Tetris(TM) clone for X11
MAKE_ARGS+= -DRANDOM
USE_XORG= x11 xext xi
PLIST_FILES= bin/tetrons
.include <bsd.port.mk>