freebsd-ports/games/tt/Makefile
Kirill Ponomarev 9bab578685 This is a new port of tetris game, written almost 15 years ago,
but being very playable, highly portable, well-tested, and
still being developed!  It is specifically designed to be
played over terminal lines.  Includes quite a few game-type
options, and just overall-neat piece of software.

PR:		56743
Submitted by:	Alexey Dokuchaev <danfe@regency.nsu.ru>
2003-09-24 18:14:21 +00:00

25 lines
505 B
Makefile

# New ports collection makefile for: tt
# Date created: 11 Sent 2003
# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru>
#
# $FreeBSD$
#
PORTNAME= tt
PORTVERSION= 14.0
CATEGORIES= games
MASTER_SITES= http://www.miketaylor.org.uk/tech/tt/
MAINTAINER= danfe@regency.nsu.ru
COMMENT= Tetris for Terminals
ALL_TARGET= tt
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tt ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>