666ed13d83
link with libncurses rather than libcurses + libtermcap
19 lines
379 B
Makefile
19 lines
379 B
Makefile
# Created by: Yonatan <onatan@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
USES= ncurses
|
|
MAKE_ARGS= TMPLDFLAGS="-lncurses"
|
|
NO_WRKSUBDIR= yes
|
|
|
|
.include <bsd.port.mk>
|