summaryrefslogtreecommitdiff
path: root/games/bsdtris/Makefile
blob: 38d3848396bc6e74e40c46758ac328b74c2d1a45 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	bsdtris
PORTVERSION=	1.1
PORTREVISION=	3
CATEGORIES=	games
MASTER_SITES=	http://www.mavetju.org/download/adopted/
DISTNAME=	${PORTNAME}-01092003

MAINTAINER=	ports@FreeBSD.org
COMMENT=	BSD version of text-based Tetris game

LICENSE=	BSD3CLAUSE

USES=		ncurses
MAKE_ARGS=	TMPLDFLAGS="-lncurses"
NO_WRKSUBDIR=	yes

.include <bsd.port.mk>