diff options
author | roam <roam@FreeBSD.org> | 2005-01-31 23:09:34 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2005-01-31 23:09:34 +0800 |
commit | f1ab6ff69368a13685b85d96807a2f188ecb21b1 (patch) | |
tree | d8da1f1bfc4a92f58568c60abe3002aac8938e6d /games/linux-spheresofchaos-demo | |
parent | 4eaadddaf91ce8963ae58c9c5994147a51d35644 (diff) | |
download | freebsd-ports-gnome-f1ab6ff69368a13685b85d96807a2f188ecb21b1.tar.gz freebsd-ports-gnome-f1ab6ff69368a13685b85d96807a2f188ecb21b1.tar.zst freebsd-ports-gnome-f1ab6ff69368a13685b85d96807a2f188ecb21b1.zip |
Add the demo of Spheres of Chaos 2.06, a space shoot-em-up with unbelievable
graphics and music.
Diffstat (limited to 'games/linux-spheresofchaos-demo')
-rw-r--r-- | games/linux-spheresofchaos-demo/Makefile | 32 | ||||
-rw-r--r-- | games/linux-spheresofchaos-demo/distinfo | 2 | ||||
-rw-r--r-- | games/linux-spheresofchaos-demo/pkg-descr | 11 | ||||
-rw-r--r-- | games/linux-spheresofchaos-demo/pkg-plist | 1 |
4 files changed, 46 insertions, 0 deletions
diff --git a/games/linux-spheresofchaos-demo/Makefile b/games/linux-spheresofchaos-demo/Makefile new file mode 100644 index 000000000000..0f65e02407b5 --- /dev/null +++ b/games/linux-spheresofchaos-demo/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: spheresofchaos-demo +# Date created: 31 January 2005 +# Whom: Peter Pentchev <roam@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= spheresofchaos +PORTVERSION= 2.06 +CATEGORIES= games linux +MASTER_SITES= http://people.FreeBSD.org/~roam/games/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= roam +PKGNAMEPREFIX= linux- +PKGNAMESUFFIX= -demo +DISTNAME= chaosl-${PORTVERSION} + +MAINTAINER= roam@FreeBSD.org +COMMENT= An unusual and spectacular shoot-em-up for the PC + +RUN_DEPENDS= ${LINUXBASE}/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12 + +USE_LINUX= yes +USE_ZIP= yes + +NO_BUILD= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKDIR}/Chaosl ${PREFIX}/bin + ${BRANDELF} -t Linux ${PREFIX}/bin/Chaosl + +.include <bsd.port.mk> diff --git a/games/linux-spheresofchaos-demo/distinfo b/games/linux-spheresofchaos-demo/distinfo new file mode 100644 index 000000000000..cb801acdc4ca --- /dev/null +++ b/games/linux-spheresofchaos-demo/distinfo @@ -0,0 +1,2 @@ +MD5 (chaosl-2.06.zip) = ec067bc2373c055f42884d35e35d9b40 +SIZE (chaosl-2.06.zip) = 260609 diff --git a/games/linux-spheresofchaos-demo/pkg-descr b/games/linux-spheresofchaos-demo/pkg-descr new file mode 100644 index 000000000000..f6263b9ffdf6 --- /dev/null +++ b/games/linux-spheresofchaos-demo/pkg-descr @@ -0,0 +1,11 @@ +From the readme.txt file: + +Spheres of Chaos is a hectic, fast-paced, and rather colourful arcade game in +the old-school style. + +Fly a ship around, dodging amongst hordes of assorted strange objects that +subdivide when you shoot them. Earn bonus ships for score, Collect tokens for +extra-powers. Battle the big aliens and other wierd things that occasionally +appear. Survive as the game gets ever faster and more manic. + +WWW: http://www.spheresofchaos.com/ diff --git a/games/linux-spheresofchaos-demo/pkg-plist b/games/linux-spheresofchaos-demo/pkg-plist new file mode 100644 index 000000000000..748f5d61515a --- /dev/null +++ b/games/linux-spheresofchaos-demo/pkg-plist @@ -0,0 +1 @@ +bin/Chaosl |