1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/games/tt/Makefile
Alexey Dokuchaev 25b130b42c - Update to version 15.1
- Utilize PORTDOCS
- Relinquish to the pool
2011-09-01 01:54:50 +00:00

28 lines
531 B
Makefile

# New ports collection makefile for: tt
# Date created: 11 Sep 2003
# Whom: 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
ALL_TARGET= tt
PORTDOCS= *
do-install:
${INSTALL_PROGRAM} -g games -m 2555 ${WRKSRC}/tt ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>