1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/games/textmaze/Makefile
Emanuel Haupt b554d9cafd Get rid of ${SITE_PERL} in *_DEPENDS
Submitted by:	az
2012-06-06 10:43:19 +00:00

36 lines
720 B
Makefile

# ex:ts=8
# New ports collection makefile for: textmaze
# Date created: Sep 8, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= textmaze
PORTVERSION= 1.2
CATEGORIES= games perl5
MASTER_SITES= http://www.robobunny.com/projects/textmaze/ \
CRITICAL
DISTNAME= ${PORTNAME}_v${PORTVERSION}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Generates mazes on a text terminal and lets you traverse them
RUN_DEPENDS= p5-Curses>=0:${PORTSDIR}/devel/p5-Curses
USE_PERL5= yes
NO_BUILD= yes
PLIST_FILES= bin/textmaze
WRKSRC= ${WRKDIR}/TextMaze
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local/bin/perl|${PERL}|' \
${WRKSRC}/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>