mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
18 lines
376 B
Makefile
18 lines
376 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_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
|
|
X11BASE=${LOCALBASE}
|
|
USE_XORG= x11 xext xi
|
|
PLIST_FILES= bin/tetrons
|
|
|
|
.include <bsd.port.mk>
|