From a257fe99a17084f3f2dfd19b97fedb83ef8656bd Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 7 Sep 2012 23:35:52 +0000 Subject: - Cleanup makefile - Use more informative pkg-descr - Pass maintainership to submitter PR: ports/171273 Submitted by: nemysis --- games/galaxis/Makefile | 10 +++++----- games/galaxis/pkg-descr | 14 +++++++++++--- 2 files changed, 16 insertions(+), 8 deletions(-) (limited to 'games/galaxis') 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 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 -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/ -- cgit v1.2.3