mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
New X11 game, or I should say games (pool, pool-deluxe, snooker,
hockey, curling, cannon, carrom). Submitted by: Michael Searle
This commit is contained in:
parent
06ea92f649
commit
2b6e0d0dd0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3566
24
games/flying/Makefile
Normal file
24
games/flying/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: flying-6.20
|
||||
# Version required: 6.20
|
||||
# Date created: 12 Jul 1996
|
||||
# Whom: searle
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= flying-6.20
|
||||
CATEGORIES+= games
|
||||
MASTER_SITES= ftp://fsuj01.rz.uni-jena.de/pub/linux/MIRROR.sunsite/games/x11/ \
|
||||
ftp://dei.unipd.it/linux/sunsite/games/x11/ \
|
||||
ftp://pippen.bl.physik.tu-muenchen.de/pub/comp/os/linux/sunsite/games/x11/ \
|
||||
ftp://nic.switch.ch/mirror/linux/sunsite.games/x11/ \
|
||||
ftp://unix.hensa.ac.uk/mirrors/sunsite/pub/Linux/games/x11/ \
|
||||
ftp://sunsite.rediris.es/software/linux/sunsite/games/x11/ \
|
||||
ftp://fvkma.tu-graz.ac.at/.2/x11/R6contrib/games/multiplayer/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= searle@longacre.demon.co.uk
|
||||
|
||||
USE_IMAKE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
games/flying/distinfo
Normal file
1
games/flying/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (flying-6.20.tgz) = e237573f5dd883f704dbd8454320ad8b
|
19
games/flying/files/patch-aa
Normal file
19
games/flying/files/patch-aa
Normal file
@ -0,0 +1,19 @@
|
||||
--- Imakefile.orig Tue Oct 3 16:01:36 1995
|
||||
+++ Imakefile Wed Aug 7 20:53:56 1996
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||
XCOMM ##### where to put temporary data and pixmap files ...
|
||||
-DATA_DIRECTORY = \"/tmp\"
|
||||
+DATA_DIRECTORY = \"/dev/null\"
|
||||
|
||||
XCOMM ##### parameter type of the system call select(), which usually is
|
||||
XCOMM ##### fd_set, but at least on HP-UX, it is int ... I am still
|
||||
@@ -30,7 +30,7 @@
|
||||
CCOPTIONS = #-Wall -g
|
||||
|
||||
LOCAL_LIBRARIES = -lX11 -lm
|
||||
-
|
||||
+all: flying
|
||||
flying: $(OBJS) $(DEPLIBS)
|
||||
$(RM) $@
|
||||
$(CXX) -o $@ $(OBJS) $(LDOPTIONS) $(LOCAL_LIBRARIES) $(LDLIBS) $(EXTRA_LOAD_FLAGS)
|
1
games/flying/pkg-comment
Normal file
1
games/flying/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Pool/snooker/billiards/carrom/etc game.
|
5
games/flying/pkg-descr
Normal file
5
games/flying/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Flying is pool, snooker, carrom, hockey + curling with nice animated spinning
|
||||
balls for pool.
|
||||
|
||||
Michael Searle
|
||||
searle@longacre.demon.co.uk
|
2
games/flying/pkg-plist
Normal file
2
games/flying/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/flying
|
||||
man/man1/flying.1.gz
|
Loading…
Reference in New Issue
Block a user