mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Update to 2.2.6
Feature safe: yes
This commit is contained in:
parent
8a094d4f8c
commit
df54dfb288
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=250050
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user