mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
f3b0d98ca7
Bastet stands for "bastard tetris" and uses a special algorithm designed to choose the worst brick possible.
21 lines
453 B
Makefile
21 lines
453 B
Makefile
# New ports collection makefile for: bastet
|
|
# Date created: 21 Oct 2004
|
|
# Whom: Michael Nottebrock <lofi@freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bastet
|
|
PORTVERSION= 0.41
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://fph.altervista.org/prog/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= An ncurses Tetris clone which is harder than every other Tetris
|
|
|
|
USE_GMAKE= yes
|
|
MAKE_ENV= DATADIR=${DATADIR}
|
|
|
|
.include <bsd.port.mk>
|