summaryrefslogtreecommitdiff
path: root/games/thew/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-11-03 18:14:20 +0000
committerrillig <rillig@pkgsrc.org>2007-11-03 18:14:20 +0000
commit7ee5c8ddd50d2493fc6e72b197641bb13eaae8f0 (patch)
tree0dd977ff4873fb0937bfd53ae2f4b38f24326def /games/thew/Makefile
parenta8cd1f466a9e6d02b917aa3e60de9446bb14a8b7 (diff)
downloadpkgsrc-7ee5c8ddd50d2493fc6e72b197641bb13eaae8f0.tar.gz
Imported thew from PR 34500.
The hermit worm (THEW) is a curses-based game similar to an old version of the C64 Snake game. It works with the arrow keys and with the vi-like keys h, j, k and l. It is possible to enter in auto-mode where THEW play without user interaction useful to use it as console screensaver. There is a "status bar" with several informations: scores, speed level, user moves, number of "numbers" to eat before switch to the next level, and others. You have constantly two squares with the current worm position and the position of the current number to eat. Enjoy game! Packaged by ilfoglionascosto@netcat.it.
Diffstat (limited to 'games/thew/Makefile')
-rw-r--r--games/thew/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/games/thew/Makefile b/games/thew/Makefile
new file mode 100644
index 00000000000..43aa8f7900f
--- /dev/null
+++ b/games/thew/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/11/03 18:14:20 rillig Exp $
+
+DISTNAME= thew-1.1.1
+PKGREVISION= 2
+CATEGORIES= games
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=thew/} \
+ http://dinotte.altervista.org/files/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= ilfoglionascosto@netcat.it
+HOMEPAGE= http://thew.sourceforce.net/
+COMMENT= The hermit worm
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/thew ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/thew.6 ${PREFIX}/${PKGMANDIR}/man6
+
+.include "../../mk/curses.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"