aboutsummaryrefslogtreecommitdiff
path: root/games/galaxis
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2012-09-07 23:35:52 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2012-09-07 23:35:52 +0000
commita257fe99a17084f3f2dfd19b97fedb83ef8656bd (patch)
tree7d818d213fb90fe515680b075280bf4524e65442 /games/galaxis
parente059feda1e5c5a68036b12238d62c43645db2e05 (diff)
downloadports-a257fe99a17084f3f2dfd19b97fedb83ef8656bd.tar.gz
ports-a257fe99a17084f3f2dfd19b97fedb83ef8656bd.zip
- Cleanup makefile
- Use more informative pkg-descr - Pass maintainership to submitter PR: ports/171273 Submitted by: nemysis <nemysis@gmx.ch>
Notes
Notes: svn path=/head/; revision=303843
Diffstat (limited to 'games/galaxis')
-rw-r--r--games/galaxis/Makefile10
-rw-r--r--games/galaxis/pkg-descr14
2 files changed, 16 insertions, 8 deletions
diff --git a/games/galaxis/Makefile b/games/galaxis/Makefile
index a7c6addf03e8..d21332970a5b 100644
--- a/games/galaxis/Makefile
+++ b/games/galaxis/Makefile
@@ -10,18 +10,18 @@ PORTVERSION= 1.8
CATEGORIES= games
MASTER_SITES= http://www.catb.org/~esr/galaxis/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= nemysis@gmx.ch
COMMENT= Clone of the nifty little Macintosh game
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DNDEBUG"
ALL_TARGET= ${PORTNAME}
USE_GMAKE= yes
-MAN6= galaxis.6
-PLIST_FILES= bin/galaxis
+MAN6= ${PORTNAME}.6
+PLIST_FILES= bin/${PORTNAME}
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/galaxis ${PREFIX}/bin/galaxis
- ${INSTALL_MAN} ${WRKSRC}/galaxis.6 ${MANPREFIX}/man/man6
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${MAN6PREFIX}/man/man6/
.include <bsd.port.mk>
diff --git a/games/galaxis/pkg-descr b/games/galaxis/pkg-descr
index a29f530a1873..8bec1247985e 100644
--- a/games/galaxis/pkg-descr
+++ b/games/galaxis/pkg-descr
@@ -1,7 +1,15 @@
GALAXIS for UNIX
- by Eric S. Raymond <esr@snark.thyrsus.com>
-This directory contains curses-based clone of the nifty little Macintosh
-freeware game Galaxis.
+Lifeboats from a crippled interstellar liner are adrift in a
+starfield. To find them, you can place probes that look in all
+eight compass directions and tell you how many lifeboats they see.
+If you drop a probe directly on a lifeboat it will be revealed
+immediately. Your objective: find the lifeboats as quickly as
+possible, before the stranded passengers run out of oxygen!
+
+This is a UNIX-hosted, curses-based clone of the nifty little
+Macintosh freeware game Galaxis. It doesn't have the super-simple,
+point-and-click interface of the original, but compensates by
+automating away some of the game's simpler deductions.
WWW: http://www.catb.org/~esr/galaxis/