diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-22 14:40:45 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-22 14:40:45 +0000 |
commit | f99307d124250a1a9008c16fab06386170865ba5 (patch) | |
tree | 73e9bca80232367f0bb20df0928580e22750cff3 /games/textmaze | |
parent | 5a2347e41b72812f51348484c026dbc0f75e97e7 (diff) | |
download | ports-f99307d124250a1a9008c16fab06386170865ba5.tar.gz ports-f99307d124250a1a9008c16fab06386170865ba5.zip |
Notes
Diffstat (limited to 'games/textmaze')
-rw-r--r-- | games/textmaze/Makefile | 12 | ||||
-rw-r--r-- | games/textmaze/distinfo | 4 | ||||
-rw-r--r-- | games/textmaze/pkg-descr | 2 |
3 files changed, 12 insertions, 6 deletions
diff --git a/games/textmaze/Makefile b/games/textmaze/Makefile index 06c9e2d429bf..d3d14d883151 100644 --- a/games/textmaze/Makefile +++ b/games/textmaze/Makefile @@ -7,23 +7,27 @@ # PORTNAME= textmaze -PORTVERSION= 1.0 +PORTVERSION= 1.2 CATEGORIES= games perl5 MASTER_SITES= http://www.robobunny.com/projects/textmaze/ DISTNAME= ${PORTNAME}_v${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ehaupt@critical.ch COMMENT= Generates mazes on a text terminal and lets you traverse them +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Curses.pm:${PORTSDIR}/devel/p5-Curses + USE_PERL5= yes +USE_REINPLACE= yes WRKSRC= ${WRKDIR}/TextMaze NO_BUILD= yes PLIST_FILES= bin/textmaze post-patch: - @${PERL} -pi -e "s,/usr/local/bin/perl,${PERL},g" ${WRKSRC}/textmaze + @${REINPLACE_CMD} -e 's|/usr/local/bin/perl|${PERL}|' \ + ${WRKSRC}/${PORTNAME} do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/textmaze ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin .include <bsd.port.mk> diff --git a/games/textmaze/distinfo b/games/textmaze/distinfo index 0712171aedc4..80f2adc5e635 100644 --- a/games/textmaze/distinfo +++ b/games/textmaze/distinfo @@ -1,2 +1,2 @@ -MD5 (textmaze_v1.0.tar.gz) = de3360c97f20df36a3a6b1109674d322 -SIZE (textmaze_v1.0.tar.gz) = 14957 +MD5 (textmaze_v1.2.tar.gz) = 46ffd277f178702391eb0c275a71da75 +SIZE (textmaze_v1.2.tar.gz) = 15827 diff --git a/games/textmaze/pkg-descr b/games/textmaze/pkg-descr index 9d2dc1b346df..c5469b200932 100644 --- a/games/textmaze/pkg-descr +++ b/games/textmaze/pkg-descr @@ -1,2 +1,4 @@ TextMaze generates random mazes on a text terminal and lets you traverse them using the arrow keys. + +WWW: http://www.robobunny.com/projects/textmaze/ |