From 093bc8085223fb62b5b3fc5f549fddf2d26d2d76 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Sat, 8 Sep 2001 21:24:03 +0000 Subject: add textmaze Generates mazes on a text terminal and lets you traverse them --- games/textmaze/Makefile | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 games/textmaze/Makefile (limited to 'games/textmaze/Makefile') diff --git a/games/textmaze/Makefile b/games/textmaze/Makefile new file mode 100644 index 000000000000..71612c05f135 --- /dev/null +++ b/games/textmaze/Makefile @@ -0,0 +1,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 -- cgit v1.2.3