aboutsummaryrefslogtreecommitdiffstats
path: root/games/tt/Makefile
blob: 30be83474cbab2f07721b524ccd296408ea5b799 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    tt
# Date created:             11 Sep 2003
# Whom:                 Alexey Dokuchaev <danfe@regency.nsu.ru>
#
# $FreeBSD$
#

PORTNAME=   tt
PORTVERSION=    15.0
CATEGORIES= games
MASTER_SITES=   http://www.miketaylor.org.uk/tech/tt/ \
        http://freebsd.nsu.ru/distfiles/

MAINTAINER= danfe@FreeBSD.org
COMMENT=    Tetris for Terminals

ALL_TARGET= tt

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>