summaryrefslogtreecommitdiff
path: root/games/textmaze/Makefile
blob: 71612c05f135bd8b5755fc44c979a4c6d68d03a1 (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
# ex:ts=8
# New ports collection makefile for:	textmaze
# Date created:			Sep 8, 2001
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	textmaze
PORTVERSION=	0.5
CATEGORIES=	games perl5
MASTER_SITES=	http://www.robobunny.com/projects/textmaze/
DISTNAME=	${PORTNAME}_v${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org

USE_PERL5=	yes
WRKSRC=		${WRKDIR}/TextMaze
NO_BUILD=	yes

post-patch:
	@${PERL} -pi -e "s,/usr/local/bin/perl,${PERL},g" ${WRKSRC}/textmaze

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/textmaze ${PREFIX}/bin

.include <bsd.port.mk>