freebsd-ports/games/tetrons/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

22 lines
475 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.6
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://www.mammothcheese.ca/
MAINTAINER= jimmy@mammothcheese.ca
COMMENT= Tetris(TM) clone for X11
MAKE_ARGS+= -DRANDOM
USE_XLIB= yes
PLIST_FILES= bin/tetrons
.include <bsd.port.mk>