freebsd-ports/games/textmaze/Makefile

30 lines
635 B
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: textmaze
# Date created: Sep 8, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= textmaze
2001-11-14 13:00:13 +01:00
PORTVERSION= 1.0
CATEGORIES= games perl5
MASTER_SITES= http://www.robobunny.com/projects/textmaze/
DISTNAME= ${PORTNAME}_v${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:32:26 +01:00
COMMENT= Generates mazes on a text terminal and lets you traverse them
USE_PERL5= yes
WRKSRC= ${WRKDIR}/TextMaze
NO_BUILD= yes
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/textmaze
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>