aboutsummaryrefslogtreecommitdiffstats
path: root/games/bsdtris/Makefile
blob: 17d371db2cbf1d01882e67ba4bf32433f5e40c7f (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
27
28
# Ports collection makefile for:  bsdtris
# Date created:                   01 Apr 2003
# Whom:                           Yonatan <Yonatan@xpert.com>
#
# $FreeBSD$
#

PORTNAME=   bsdtris
PORTVERSION=    1.1
CATEGORIES= games
MASTER_SITES=   http://www.mavetju.org/download/adopted/
DISTNAME=   ${PORTNAME}-01092003

MAINTAINER= yonatan@xpert.com
COMMENT=    BSD version of Text-based tetris game

NO_WRKSUBDIR=   yes
USE_REINPLACE=  yes

MAN6=       bsdtris.6

post-patch:
    ${REINPLACE_CMD} -E "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/pathnames.h

post-install:
    ${INSTALL_MAN} ${WRKSRC}/tetris.6 ${PREFIX}/man/man6/bsdtris.6

.include <bsd.port.mk>