diff options
author | tg <tg@FreeBSD.org> | 1998-05-19 14:34:29 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-05-19 14:34:29 +0800 |
commit | b2264ada3c5320b6bdd44dfd9ab35fb20aafb90d (patch) | |
tree | c57abe2537c583d6e3bc47520b55005ee672181d /games | |
parent | 5fbb5014d548481bf33943bdc7344335a9276999 (diff) | |
download | freebsd-ports-gnome-b2264ada3c5320b6bdd44dfd9ab35fb20aafb90d.tar.gz freebsd-ports-gnome-b2264ada3c5320b6bdd44dfd9ab35fb20aafb90d.tar.zst freebsd-ports-gnome-b2264ada3c5320b6bdd44dfd9ab35fb20aafb90d.zip |
New port xspacewarp, a time trek clone for X11.
PR: 6674
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Diffstat (limited to 'games')
-rw-r--r-- | games/xspacewarp/Makefile | 22 | ||||
-rw-r--r-- | games/xspacewarp/distinfo | 1 | ||||
-rw-r--r-- | games/xspacewarp/pkg-comment | 1 | ||||
-rw-r--r-- | games/xspacewarp/pkg-descr | 10 | ||||
-rw-r--r-- | games/xspacewarp/pkg-plist | 2 |
5 files changed, 36 insertions, 0 deletions
diff --git a/games/xspacewarp/Makefile b/games/xspacewarp/Makefile new file mode 100644 index 000000000000..259d6d55194f --- /dev/null +++ b/games/xspacewarp/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: xspacewarp +# Version required: 1.2 +# Date created: 16 May 1998 +# Whom: Andrey Zakhvatov +# +# $Id$ +# + +DISTNAME= xspacewarp-1.2 +CATEGORIES= games x11 +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= games + +MAINTAINER= andy@icc.surw.chel.su + +USE_IMAKE= yes + +do-install: + @ ${INSTALL_PROGRAM} ${WRKSRC}/xspacewarp ${PREFIX}/bin + @ ${INSTALL_DATA} ${WRKSRC}/XSpacewarp.app_def ${X11BASE}/lib/X11/app-defaults/XSpacewarp + +.include <bsd.port.mk> diff --git a/games/xspacewarp/distinfo b/games/xspacewarp/distinfo new file mode 100644 index 000000000000..317ae409c61a --- /dev/null +++ b/games/xspacewarp/distinfo @@ -0,0 +1 @@ +MD5 (xspacewarp-1.2.tar.gz) = 54aa93eb6fd3d7fa396fc47ddf3ffd15 diff --git a/games/xspacewarp/pkg-comment b/games/xspacewarp/pkg-comment new file mode 100644 index 000000000000..624a9c07b99c --- /dev/null +++ b/games/xspacewarp/pkg-comment @@ -0,0 +1 @@ +Time Trek - like game for X Window System. diff --git a/games/xspacewarp/pkg-descr b/games/xspacewarp/pkg-descr new file mode 100644 index 000000000000..f24102ca55af --- /dev/null +++ b/games/xspacewarp/pkg-descr @@ -0,0 +1,10 @@ +In xspacewarp the player maneuvers a Federation spaceship, +called the Endever, through 81 sectors of space trying to +destroy an Armada of enemy Jovian ships before they destroy the +all the Federation bases. To accompish this task, the Endever +has fasers, ion thrust engines, warpdrive for jumping between +sectors, a limited number of photon torpedoes, and a finite +store of energy which gets depleted during battles and must be +replenished by docking with the bases. The game has no time +limit and has a choice of 10 skill levels. xspacewarp also has +an online orientation to explain the game in further detail. diff --git a/games/xspacewarp/pkg-plist b/games/xspacewarp/pkg-plist new file mode 100644 index 000000000000..d5c41e65cad0 --- /dev/null +++ b/games/xspacewarp/pkg-plist @@ -0,0 +1,2 @@ +bin/xspacewarp +lib/X11/app-defaults/XSpacewarp |