diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-05-18 00:21:36 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-05-18 00:21:36 +0000 |
commit | 1d7b4a5aaca8046c904e38abcd7faa96e880049f (patch) | |
tree | 1682ef153a4f6a69d28e88b3210cd99af44d38e2 /games | |
parent | d6e37c833207f3c3c501e35e7e1c3739d56ae159 (diff) | |
download | ports-1d7b4a5aaca8046c904e38abcd7faa96e880049f.tar.gz ports-1d7b4a5aaca8046c904e38abcd7faa96e880049f.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/oilwar/Makefile | 25 | ||||
-rw-r--r-- | games/oilwar/distinfo | 1 | ||||
-rw-r--r-- | games/oilwar/pkg-descr | 7 | ||||
-rw-r--r-- | games/oilwar/pkg-plist | 8 |
5 files changed, 42 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index b6901c119188..72781aaabd3c 100644 --- a/games/Makefile +++ b/games/Makefile @@ -245,6 +245,7 @@ SUBDIR += nil SUBDIR += nonsense SUBDIR += nwnusers + SUBDIR += oilwar SUBDIR += omega SUBDIR += oneko SUBDIR += oneko-sakura diff --git a/games/oilwar/Makefile b/games/oilwar/Makefile new file mode 100644 index 000000000000..ebe072759e50 --- /dev/null +++ b/games/oilwar/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: oilwar +# Date created: 18 April 2003 +# Whom: Hendrik Scholz <hendrik@scholz.net> +# +# $FreeBSD$ +# + +PORTNAME= oilwar +PORTVERSION= 1.2.0 +CATEGORIES= games +MASTER_SITES= http://www.2ndpoint.fi/projektit/filut/ +DISTNAME= OilWar-${PORTVERSION} + +MAINTAINER= hendrik@scholz.net +COMMENT= Evil army wants to steal your oil + +LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ + SDL_image.10:${PORTSDIR}/graphics/sdl_image \ + SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer + +SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config +GNU_CONFIGURE= yes +CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" + +.include <bsd.port.mk> diff --git a/games/oilwar/distinfo b/games/oilwar/distinfo new file mode 100644 index 000000000000..6b5ed58aaed1 --- /dev/null +++ b/games/oilwar/distinfo @@ -0,0 +1 @@ +MD5 (OilWar-1.2.0.tar.gz) = 600479232bef4e312b6084f52c89905f diff --git a/games/oilwar/pkg-descr b/games/oilwar/pkg-descr new file mode 100644 index 000000000000..468d7b1d4343 --- /dev/null +++ b/games/oilwar/pkg-descr @@ -0,0 +1,7 @@ +Evil army is attacking your country and tries to steal your oil. +Your mission is to waste the invaders, protect the oil and save your +mother land. + +WWW: http://www.2ndpoint.fi/projektit/oilwar.html + +- Hendrik Scholz <hendrik@scholz.net> diff --git a/games/oilwar/pkg-plist b/games/oilwar/pkg-plist new file mode 100644 index 000000000000..4a58268d0b29 --- /dev/null +++ b/games/oilwar/pkg-plist @@ -0,0 +1,8 @@ +bin/oilwar +share/games/oilwar/background.png +share/games/oilwar/bitmaps.png +share/games/oilwar/singlegunshot.wav +share/games/oilwar/bulletricochet.wav +share/games/oilwar/explode.wav +share/games/oilwar/gasp.wav +@dirrm share/games/oilwar |