1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/games/tetrons/Makefile
2014-02-16 16:15:59 +00:00

19 lines
357 B
Makefile

# Created by: 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>