diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-09-08 21:24:03 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-09-08 21:24:03 +0000 |
commit | 2c5fe4b7b4014d9f6ab61b587d73ed8e7ae0189d (patch) | |
tree | e2b2c3a45cad34941b3288384cc6f5595b5a3f92 /games/textmaze | |
parent | 859773e13b6d3613f6038391f83ac9a1e95819b2 (diff) | |
download | FreeBSD-ports-2c5fe4b7b4014d9f6ab61b587d73ed8e7ae0189d.zip FreeBSD-ports-2c5fe4b7b4014d9f6ab61b587d73ed8e7ae0189d.tar.gz |
add textmaze
Generates mazes on a text terminal and lets you traverse them
Diffstat (limited to 'games/textmaze')
-rw-r--r-- | games/textmaze/Makefile | 27 | ||||
-rw-r--r-- | games/textmaze/distinfo | 1 | ||||
-rw-r--r-- | games/textmaze/pkg-comment | 1 | ||||
-rw-r--r-- | games/textmaze/pkg-descr | 2 | ||||
-rw-r--r-- | games/textmaze/pkg-plist | 1 |
5 files changed, 32 insertions, 0 deletions
diff --git a/games/textmaze/Makefile b/games/textmaze/Makefile new file mode 100644 index 0000000..71612c0 --- /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 <bsd.port.mk> diff --git a/games/textmaze/distinfo b/games/textmaze/distinfo new file mode 100644 index 0000000..2b9a400 --- /dev/null +++ b/games/textmaze/distinfo @@ -0,0 +1 @@ +MD5 (textmaze_v0.5.tar.gz) = c7fea3d236cdfc3f26645c94ed292981 diff --git a/games/textmaze/pkg-comment b/games/textmaze/pkg-comment new file mode 100644 index 0000000..9e940f1 --- /dev/null +++ b/games/textmaze/pkg-comment @@ -0,0 +1 @@ +Generates mazes on a text terminal and lets you traverse them diff --git a/games/textmaze/pkg-descr b/games/textmaze/pkg-descr new file mode 100644 index 0000000..9d2dc1b --- /dev/null +++ b/games/textmaze/pkg-descr @@ -0,0 +1,2 @@ +TextMaze generates random mazes on a text terminal and lets you traverse +them using the arrow keys. diff --git a/games/textmaze/pkg-plist b/games/textmaze/pkg-plist new file mode 100644 index 0000000..f655a8d --- /dev/null +++ b/games/textmaze/pkg-plist @@ -0,0 +1 @@ +bin/textmaze |