View | Details | Raw Unified | Return to bug 171273
Collapse All | Expand All

(-)./Makefile (-10 / +5 lines)
Lines 1-27 Link Here
1
# New ports collection makefile for:	galaxis
2
# Date created:				30 June 1997
3
# Whom:					Andrey Zakhvatov
4
#
5
# $FreeBSD: ports/games/galaxis/Makefile,v 1.19 2011/09/24 10:06:21 dhn Exp $
1
# $FreeBSD: ports/games/galaxis/Makefile,v 1.19 2011/09/24 10:06:21 dhn Exp $
6
#
7
2
8
PORTNAME=	galaxis
3
PORTNAME=	galaxis
9
PORTVERSION=	1.8
4
PORTVERSION=	1.8
10
CATEGORIES=	games
5
CATEGORIES=	games
11
MASTER_SITES=	http://www.catb.org/~esr/galaxis/
6
MASTER_SITES=	http://www.catb.org/~esr/galaxis/
12
7
13
MAINTAINER=	ports@FreeBSD.org
8
MAINTAINER=	nemysis@gmx.ch
14
COMMENT=	Clone of the nifty little Macintosh game
9
COMMENT=	Clone of the nifty little Macintosh game
15
10
16
MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS} -DNDEBUG"
11
MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS} -DNDEBUG"
17
ALL_TARGET=	${PORTNAME}
12
ALL_TARGET=	${PORTNAME}
18
USE_GMAKE=	yes
13
USE_GMAKE=	yes
19
14
20
MAN6=		galaxis.6
15
MAN6=		${PORTNAME}.6
21
PLIST_FILES=	bin/galaxis
16
PLIST_FILES=	bin/${PORTNAME}
22
17
23
do-install:
18
do-install:
24
	${INSTALL_PROGRAM} ${WRKSRC}/galaxis ${PREFIX}/bin/galaxis
19
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
25
	${INSTALL_MAN} ${WRKSRC}/galaxis.6 ${MANPREFIX}/man/man6
20
	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${MANPREFIX}/man/man6
26
21
27
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)./pkg-descr (-3 / +9 lines)
Lines 1-7 Link Here
1
			GALAXIS for UNIX
1
			GALAXIS for UNIX
2
	   by Eric S. Raymond <esr@snark.thyrsus.com>
3
2
4
This directory contains curses-based clone of the nifty little Macintosh
3
Lifeboats from a crippled interstellar liner are adrift in a starfield.
5
freeware game Galaxis.
4
To find them, you can place probes that look in all eight compass directions
5
and tell you how many lifeboats they see. If you drop a probe directly on a
6
lifeboat it will be revealed immediately. Your objective: find the lifeboats
7
as quickly as possible, before the stranded passengers run out of oxygen!
8
9
This is a UNIX-hosted, curses-based clone of the nifty little Macintosh freeware
10
game Galaxis. It doesn't have the super-simple, point-and-click interface of the
11
original, but compensates by automating away some of the game's simpler deductions.
6
12
7
WWW: http://www.catb.org/~esr/galaxis/
13
WWW: http://www.catb.org/~esr/galaxis/

Return to bug 171273