openbsd-ports/games/blobwars/Makefile
kili 1e0b6a7556 Since their world was invaded by an alien race, the Blobs have faced
a lifetime of war. But now they have a chance to win the war once
and for all.

In Blob Wars : Metal Blob Solid, you take on the role of a fearless
Blob agent, Bob. Bob's mission is to infiltrate the various enemy
bases around the Blobs' homeworld and rescue as many MIAs as possible.
But standing in his way are many vicious aliens, other Blobs who
have been assimilated and the evil alien leader, Galdov.

import! import! ajacoutot@
2007-05-27 15:34:55 +00:00

46 lines
987 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/05/27 15:34:55 kili Exp $
COMMENT= "2D arcade game"
DISTNAME= blobwars-1.07
DISTFILES= ${DISTNAME}-1.tar.gz
CATEGORIES= games
HOMEPAGE= http://www.parallelrealities.co.uk/blobWars.php
MAINTAINER= Matthias Kilian <kili@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= SDL X11 Xext c m pthread stdc++ usbhid z
# Master is kind of broken, so just mirror it.
MASTER_SITES= http://openbsd.dead-parrot.de/distfiles/
MODULES= devel/gettext
LIB_DEPENDS= SDL_image.>=2::devel/sdl-image \
SDL_mixer.>=3::devel/sdl-mixer \
SDL_ttf.>=7::devel/sdl-ttf
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
MAKE_ENV+= CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \
CXX=${CXX}
USE_X11= Yes
USE_GMAKE= Yes
NO_REGRESS= Yes
MAKE_FILE= makefile
WRKDIST= ${WRKDIR}/${DISTNAME:C,-[0-9]*$,,}
.include <bsd.port.mk>