diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-08 06:00:51 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-08 06:00:51 +0000 |
commit | 1eb4f38e11e90075a6d920a3b89e668afe62a8ac (patch) | |
tree | 706c093088ee187efb816ab234b0313494ae3c19 /games/madbomber | |
parent | d221180beef7d0f796f106520f7458b30c3bf790 (diff) | |
download | FreeBSD-ports-1eb4f38e11e90075a6d920a3b89e668afe62a8ac.zip FreeBSD-ports-1eb4f38e11e90075a6d920a3b89e668afe62a8ac.tar.gz |
Update port: games/madbomber
- Fix MASTER_SITES
- Utilize USE_SDL
PR: ports/56527
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'games/madbomber')
-rw-r--r-- | games/madbomber/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/madbomber/Makefile b/games/madbomber/Makefile index 207f75d..a04a618 100644 --- a/games/madbomber/Makefile +++ b/games/madbomber/Makefile @@ -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` |