blob: 65d61142e901a991c673bb04b6c09e73f17fbb96 (
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
|
# 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>
|