diff options
author | Joshua Peck Macdonald <jmacd@FreeBSD.org> | 1995-07-18 06:18:00 +0000 |
---|---|---|
committer | Joshua Peck Macdonald <jmacd@FreeBSD.org> | 1995-07-18 06:18:00 +0000 |
commit | d660815d2e75caeb06bd4e552cc71063a9d96c99 (patch) | |
tree | 52c050f872fe30601c4522863e6fdc7480fb2578 /games | |
parent | Add xdl, convert to new format. (diff) |
Here is an xpilot port. This is my own, I had started this before
either Julian or Wes posted thiers to the list.
For those of you who don't know, its a really fun client/server
Asteroids-like gravity kill anything that flies game.
Notes
Notes:
svn path=/head/; revision=1989
Diffstat (limited to 'games')
-rw-r--r-- | games/xpilot/Makefile | 18 | ||||
-rw-r--r-- | games/xpilot/distinfo | 1 | ||||
-rw-r--r-- | games/xpilot/files/patch-a | 59 | ||||
-rw-r--r-- | games/xpilot/pkg-comment | 1 | ||||
-rw-r--r-- | games/xpilot/pkg-descr | 8 | ||||
-rw-r--r-- | games/xpilot/pkg-plist | 10 |
6 files changed, 97 insertions, 0 deletions
diff --git a/games/xpilot/Makefile b/games/xpilot/Makefile new file mode 100644 index 000000000000..4261d9b08ad3 --- /dev/null +++ b/games/xpilot/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: xasteroids +# Version required: 5 +# Date created: 3 Jan 1995 +# Whom: swallace +# +# $Id: Makefile,v 1.5 1995/04/11 00:20:22 asami Exp $ +# + +DISTNAME= xpilot-3.3.1 +PKGNAME= xpilot +CATEGORIES+= games +MASTER_SITES= ftp://ftp.cs.uit.no/pub/games/xpilot/ + +USE_IMAKE= yes +NO_INSTALL_MANPAGES= yes +WRKSRC= ${WRKDIR}/xpilot-3.3.1/src + +.include <bsd.port.mk> diff --git a/games/xpilot/distinfo b/games/xpilot/distinfo new file mode 100644 index 000000000000..30f0a10f12e8 --- /dev/null +++ b/games/xpilot/distinfo @@ -0,0 +1 @@ +MD5 (xpilot-3.3.1.tar.gz) = d7535a6ac62cf6d185b3b06bdf893520 diff --git a/games/xpilot/files/patch-a b/games/xpilot/files/patch-a new file mode 100644 index 000000000000..3819af6e0072 --- /dev/null +++ b/games/xpilot/files/patch-a @@ -0,0 +1,59 @@ +*** config.h.orig Fri Jul 14 17:10:05 1995 +--- config.h Fri Jul 14 16:48:51 1995 +*************** +*** 46,52 **** + # define LIBPREFIX "esv1$dkb400:[user.graduate.hjorring.lib.xpilot" + # define LIBDIR LIBPREFIX "]" + #else +! # define LIBDIR "/usr/local/games/lib/xpilot/" + #endif + #endif + +--- 46,52 ---- + # define LIBPREFIX "esv1$dkb400:[user.graduate.hjorring.lib.xpilot" + # define LIBDIR LIBPREFIX "]" + #else +! # define LIBDIR "/usr/X11R6/lib/xpilot/" + #endif + #endif + +*** Imakefile.orig Fri Jul 14 16:59:25 1995 +--- Imakefile Fri Jul 14 17:05:00 1995 +*************** +*** 29,37 **** + # + # This is where all installation changes are normally done: + # +! PREFIX = /usr/local/games + INSTALLDIR = $(PREFIX) +! BINDIR = $(PREFIX) + LIBDIR = $(PREFIX)/lib/xpilot + + # Manual pages for games usually go to section 6. +--- 29,37 ---- + # + # This is where all installation changes are normally done: + # +! PREFIX = /usr/X11R6 + INSTALLDIR = $(PREFIX) +! BINDIR = $(PREFIX)/bin + LIBDIR = $(PREFIX)/lib/xpilot + + # Manual pages for games usually go to section 6. +*************** +*** 147,153 **** + + /* Note that this doesn't really work well. Dunno why. Blame Alib & Aserver. */ + /* #define HP_SOUND /* Uncomment for HP sound support */ +! HPAUDIOINC = + HPAUDIOLIB = -lAlib + + /* +--- 147,153 ---- + + /* Note that this doesn't really work well. Dunno why. Blame Alib & Aserver. */ + /* #define HP_SOUND /* Uncomment for HP sound support */ +! HPAUDIOINC = + HPAUDIOLIB = -lAlib + + /* diff --git a/games/xpilot/pkg-comment b/games/xpilot/pkg-comment new file mode 100644 index 000000000000..3656e6fc69b0 --- /dev/null +++ b/games/xpilot/pkg-comment @@ -0,0 +1 @@ +xpilot(client) and xpilots(server) version 3.3.1 diff --git a/games/xpilot/pkg-descr b/games/xpilot/pkg-descr new file mode 100644 index 000000000000..3d2f9af0b003 --- /dev/null +++ b/games/xpilot/pkg-descr @@ -0,0 +1,8 @@ +XPilot is a multi-player tactical manouvring game for X and Unix workstations. +Players have a fighter which they move along in an artificial world +and shoot each other using various kinds of weapons like bullets, mines, +smart missiles, heat seekers and so on. It is a fast paced game with +a lot of tactics. There are also robots flying around shooting players +and other robots. Players can pickup special bonuses to improve the +possibilities of their ship like more engine power or special weapons. +The aim of the game is to score points and to have a lot of fun. diff --git a/games/xpilot/pkg-plist b/games/xpilot/pkg-plist new file mode 100644 index 000000000000..999c8e98c926 --- /dev/null +++ b/games/xpilot/pkg-plist @@ -0,0 +1,10 @@ +@cwd /usr/X11R6 +bin/xpilot +bin/xpilot-3.3.1 +bin/xpilots +bin/xpilots-3.3.1 +bin/xp-replay +bin/xp-replay-3.3.1 +man/man6/xpilot.6 +man/man6/xpilots.6 +lib/xpilot |