4ea60f04b4
Barrage is a rather violent action game with the objective to kill and destroy as many targets as possible within 3 minutes. The player controls a gun that may either fire small or large grenades at soldiers, jeeps and tanks. It is a very simple gameplay though it is not that easy to get high scores. ok jasper@
28 lines
644 B
Makefile
28 lines
644 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/06/26 22:56:49 simon Exp $
|
|
|
|
COMMENT= kill and destroy as many targets as possible in 3 minutes
|
|
|
|
DISTNAME= barrage-1.0.2
|
|
CATEGORIES= games
|
|
|
|
HOMEPAGE= http://lgames.sourceforge.net/?project=Barrage
|
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= X11 Xext c m pthread usbhid
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lgames/}
|
|
|
|
LIB_DEPENDS= SDL::devel/sdl \
|
|
SDL_mixer::devel/sdl-mixer
|
|
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
.include <bsd.port.mk>
|