blob: af385039f70cf1c3a3c866ee4cabb448e737f55a (
plain)
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
CATEGORIES= games
MASTER_SITES= http://www.mavetju.org/download/adopted/
DISTNAME= ${PORTNAME}-01042003
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>
|