blob: 6e11d18f7b81f29b27654920657c41185bd91347 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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/
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>
|