freebsd-ports/games/bastet/Makefile
Peter Pentchev 7595be4faf Take maintainership and fix the master-site.
The URL in pkg-descr is slightly off too, but I'll fix that in the next round.
2009-03-31 09:25:36 +00:00

21 lines
474 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
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://fph.altervista.org/prog/files/
EXTRACT_SUFX= .tgz
MAINTAINER= roam@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>