Add oilwar, a small SDL based game.
PR: 51124 Submitted by: Hendrik Scholz <hendrik@scholz.net>
This commit is contained in:
parent
d6e37c8332
commit
1d7b4a5aac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81183
5 changed files with 42 additions and 0 deletions
|
@ -245,6 +245,7 @@
|
|||
SUBDIR += nil
|
||||
SUBDIR += nonsense
|
||||
SUBDIR += nwnusers
|
||||
SUBDIR += oilwar
|
||||
SUBDIR += omega
|
||||
SUBDIR += oneko
|
||||
SUBDIR += oneko-sakura
|
||||
|
|
25
games/oilwar/Makefile
Normal file
25
games/oilwar/Makefile
Normal file
|
@ -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>
|
1
games/oilwar/distinfo
Normal file
1
games/oilwar/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (OilWar-1.2.0.tar.gz) = 600479232bef4e312b6084f52c89905f
|
7
games/oilwar/pkg-descr
Normal file
7
games/oilwar/pkg-descr
Normal file
|
@ -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>
|
8
games/oilwar/pkg-plist
Normal file
8
games/oilwar/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue