forked from Lainports/freebsd-ports
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:
parent
d7b1ee6479
commit
3ff0daaad3
1 changed files with 2 additions and 2 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue