1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/games/bsdtris/Makefile
2021-04-06 16:31:07 +02:00

20 lines
388 B
Makefile

# Created by: Yonatan <onatan@gmail.com>
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>