diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2010-02-19 04:52:22 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2010-02-19 04:52:22 +0800 |
commit | 22a57ec86ec8485d8b516290c00ff54d9e3a3409 (patch) | |
tree | 455a596de68e66931f033ff2e81d8f7152e6a8a8 /games/pengupop | |
parent | 8a2535a005ab1f88524bc324ba7739d1034557c7 (diff) | |
download | freebsd-ports-gnome-22a57ec86ec8485d8b516290c00ff54d9e3a3409.tar.gz freebsd-ports-gnome-22a57ec86ec8485d8b516290c00ff54d9e3a3409.tar.zst freebsd-ports-gnome-22a57ec86ec8485d8b516290c00ff54d9e3a3409.zip |
- Update to 2.2.6
Feature safe: yes
Diffstat (limited to 'games/pengupop')
-rw-r--r-- | games/pengupop/Makefile | 9 | ||||
-rw-r--r-- | games/pengupop/distinfo | 6 | ||||
-rw-r--r-- | games/pengupop/pkg-descr | 2 |
3 files changed, 7 insertions, 10 deletions
diff --git a/games/pengupop/Makefile b/games/pengupop/Makefile index 2ce5e3a5cb05..ed3d97d203f9 100644 --- a/games/pengupop/Makefile +++ b/games/pengupop/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pengupop -PORTVERSION= 2.2.5 +PORTVERSION= 2.2.6 CATEGORIES= games MASTER_SITES= http://www.junoplay.com/files/ \ http://mirror.amdmi3.ru/distfiles/ @@ -17,12 +17,9 @@ COMMENT= Online multiplayer clone of Bust a Move GNU_CONFIGURE= yes USE_GMAKE= yes USE_SDL= sdl -CONFIGURE_ENV= CPPFLAGS="`${SDL_CONFIG} --cflags`" \ - LDFLAGS="`${SDL_CONFIG} --libs`" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" PLIST_FILES= bin/pengupop -post-patch: - @${REINPLACE_CMD} -e 's|-lSDL||' ${WRKSRC}/Makefile.in - .include <bsd.port.mk> diff --git a/games/pengupop/distinfo b/games/pengupop/distinfo index 2e26653e32e4..b62e34433fe9 100644 --- a/games/pengupop/distinfo +++ b/games/pengupop/distinfo @@ -1,3 +1,3 @@ -MD5 (pengupop-2.2.5.tar.gz) = 51c2b23e42acf6cf3d835a8ad9a451a8 -SHA256 (pengupop-2.2.5.tar.gz) = dd70f731ea0eeb83556359ebbfc70054832a56656638437ef9bf5aab8d72fa25 -SIZE (pengupop-2.2.5.tar.gz) = 1676224 +MD5 (pengupop-2.2.6.tar.gz) = 87a74eba1737152161dedff35667a1d3 +SHA256 (pengupop-2.2.6.tar.gz) = f6cef1fedb11bafc947f8824533df9ca9dd6aeaa5aa795c61870b986a1fc45ba +SIZE (pengupop-2.2.6.tar.gz) = 1686776 diff --git a/games/pengupop/pkg-descr b/games/pengupop/pkg-descr index e62da77629bc..f1bd6c6d1c1d 100644 --- a/games/pengupop/pkg-descr +++ b/games/pengupop/pkg-descr @@ -7,4 +7,4 @@ The main difference between this game and the classic Bust a Move, is online multiplayer support, with menu options for playing against random opponents, or starting or joining a named (private) game. -WWW: http://www.junoplay.com/ +WWW: http://www.junoplay.com/pengupop |