Update port: games/madbomber

- Fix MASTER_SITES
	- Utilize USE_SDL

PR:		ports/56527
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
Edwin Groothuis 2003-09-08 06:00:51 +00:00
parent d7b1ee6479
commit 3ff0daaad3

View file

@ -8,7 +8,7 @@
PORTNAME= madbomber
PORTVERSION= 0.2.5
CATEGORIES= games
MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/madbomber/
MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/madbomber/src/
MAINTAINER= ports@FreeBSD.org
COMMENT= A clone of Activision's classic Atari 2600 console game "Kaboom!"
@ -16,7 +16,7 @@ COMMENT= A clone of Activision's classic Atari 2600 console game "Kaboom!"
LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \
SDL_image.10:${PORTSDIR}/graphics/sdl_image
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
USE_SDL= yes
CPPFLAGS= `${SDL_CONFIG} --cflags` -DDATA_PREFIX=\"${DATADIR}/\"
LDFLAGS= `${SDL_CONFIG} --libs`