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/Makefile | 1 + games/textmaze/Makefile | 27 +++++++++++++++++++++++++++ games/textmaze/distinfo | 1 + games/textmaze/pkg-comment | 1 + games/textmaze/pkg-descr | 2 ++ games/textmaze/pkg-plist | 1 + 6 files changed, 33 insertions(+) create mode 100644 games/textmaze/Makefile create mode 100644 games/textmaze/distinfo create mode 100644 games/textmaze/pkg-comment create mode 100644 games/textmaze/pkg-descr create mode 100644 games/textmaze/pkg-plist (limited to 'games') diff --git a/games/Makefile b/games/Makefile index 6e6556500e3b..7422428c3250 100644 --- a/games/Makefile +++ b/games/Makefile @@ -231,6 +231,7 @@ SUBDIR += teg SUBDIR += tetrinet SUBDIR += tetrinet-x + SUBDIR += textmaze SUBDIR += tinymux SUBDIR += tkmoo SUBDIR += tksol 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 diff --git a/games/textmaze/distinfo b/games/textmaze/distinfo new file mode 100644 index 000000000000..2b9a4003b17b --- /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 000000000000..9e940f1542c6 --- /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 000000000000..9d2dc1b346df --- /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 000000000000..f655a8dc9961 --- /dev/null +++ b/games/textmaze/pkg-plist @@ -0,0 +1 @@ +bin/textmaze -- cgit v1.2.3