aboutsummaryrefslogtreecommitdiff
path: root/games/bsdtris/Makefile
blob: 4160fb9d395d993a9f90216fa5ba0a269250659d (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=	2
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>