mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
7595be4faf
The URL in pkg-descr is slightly off too, but I'll fix that in the next round.
22 lines
474 B
Makefile
22 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>
|