1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

Import of galaxis port. Save lifeboats from a crippled

interstellar liner.

PR:		3989
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
This commit is contained in:
Thomas Gellekum 1997-06-30 11:57:52 +00:00
parent 6cea167899
commit c8504ede5f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7146
7 changed files with 91 additions and 0 deletions

22
games/galaxis/Makefile Normal file
View File

@ -0,0 +1,22 @@
# New ports collection makefile for: galaxis
# Version required: 1.1
# Date created: 30 June 1997
# Whom: Andrey Zakhvatov
#
# $Id$
#
DISTNAME= galaxis-1.1
CATEGORIES= games
MASTER_SITES= ftp://locke.ccil.org/pub/esr/
MAINTAINER= andy@icc.surw.chel.su
ALL_TARGET=
MAN6= galaxis.6
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/galaxis ${PREFIX}/bin/galaxis
@ ${INSTALL_MAN} ${WRKSRC}/galaxis.6 ${PREFIX}/man/man6
.include <bsd.port.mk>

1
games/galaxis/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (galaxis-1.1.tar.gz) = 032bd09747d77809d8aa796e11342e9a

View File

@ -0,0 +1,21 @@
*** Makefile Wed Dec 6 13:56:38 1995
--- /home/andy/tmp/wrk/Makefile Mon Jun 30 08:44:56 1997
***************
*** 6,13 ****
V=1.1
# Flags for use with the Linux ncurses package (recommended)
! CFLAGS = -g -DNDEBUG # -I/usr/local/include -L/usr/local/lib
! TERMLIB = -lncurses
CC = gcc
# Flags for use with stock curses
--- 6,13 ----
V=1.1
# Flags for use with the Linux ncurses package (recommended)
! #CFLAGS = -g -DNDEBUG # -I/usr/local/include -L/usr/local/lib
! TERMLIB = -lncurses -lmytinfo
CC = gcc
# Flags for use with stock curses

View File

@ -0,0 +1,36 @@
*** galaxis.c Wed Sep 20 17:16:33 1995
--- /home/andy/tmp/wrk/galaxis.c Mon Jun 30 08:45:01 1997
***************
*** 8,14 ****
#include <stdio.h>
#include <termios.h>
! #include <curses.h>
#include <signal.h>
#include <ctype.h>
#include <assert.h>
--- 8,14 ----
#include <stdio.h>
#include <termios.h>
! #include <ncurses.h>
#include <signal.h>
#include <ctype.h>
#include <assert.h>
***************
*** 131,137 ****
(void) signal(SIGINT,outro);
(void) signal(SIGINT,outro);
! (void) signal(SIGIOT,outro); /* for assert(3) */
if(signal(SIGQUIT,SIG_IGN) != SIG_IGN)
(void)signal(SIGQUIT,outro);
--- 131,137 ----
(void) signal(SIGINT,outro);
(void) signal(SIGINT,outro);
! (void) signal(SIGABRT,outro); /* for assert(3) */
if(signal(SIGQUIT,SIG_IGN) != SIG_IGN)
(void)signal(SIGQUIT,outro);

View File

@ -0,0 +1 @@
Clone of the nifty little Macintosh game

8
games/galaxis/pkg-descr Normal file
View File

@ -0,0 +1,8 @@
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.
Send bug reports to esr@snark.thyrsus.com. Also, see my WWW home page
at http://www.ccil.org/~esr/home.html for updates and other resources.

2
games/galaxis/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
bin/galaxis
man/man6/galaxis.6.gz