mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
0edf3094a6
- Fix a typo in Makefile header
27 lines
555 B
Makefile
27 lines
555 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.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>
|