freebsd-ports/games/tt/Makefile
Alexey Dokuchaev 48249e3fe0 Update my email address to `@FreeBSD.org'.
Relinquish ports I happen to no longer use.  They seem to be of the latest
versions, and non-broken, so this is a "clean" dump.

Approved by:	fjoe (mentor)
2004-08-27 08:46:33 +00:00

25 lines
502 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@FreeBSD.org
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>