1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/games/tt/Makefile
John Marino c66d842480 games/tt: document ncurses requirement (USES+= ncurses)
It was linking -lcurses -ltermcap but on FreeBSD these are the aliases
for the same library, -lncurses, so just specific that directly.
2016-01-31 08:28:47 +00:00

26 lines
480 B
Makefile

# Created by: Alexey Dokuchaev <danfe@regency.nsu.ru>
# $FreeBSD$
PORTNAME= tt
PORTVERSION= 15.1
CATEGORIES= games
MASTER_SITES= http://www.miketaylor.org.uk/tech/tt/
MAINTAINER= ports@FreeBSD.org
COMMENT= Tetris for Terminals
USES= ncurses
ALL_TARGET= tt
OPTIONS_DEFINE= DOCS
PORTDOCS= *
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tt ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>