- update to 0.8.3
- sync wantlib
This commit is contained in:
parent
651c1c7fbc
commit
586932e4e5
@ -1,11 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2011/04/25 14:03:31 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2011/05/17 11:49:49 jasper Exp $
|
||||
|
||||
COMMENT= Qt4 poker game with online capabilities
|
||||
|
||||
V= 0.8.1
|
||||
V= 0.8.3
|
||||
DISTNAME= PokerTH-${V}-src
|
||||
PKGNAME= pokerth-${V}
|
||||
REVISION= 0
|
||||
CATEGORIES= games x11
|
||||
|
||||
HOMEPAGE= http://www.pokerth.net/
|
||||
@ -20,10 +19,10 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pokerth/}
|
||||
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
WANTLIB+= c crypto m pthread ssl stdc++
|
||||
WANTLIB+= boost_filesystem-mt boost_iostreams-mt boost_program_options-mt
|
||||
WANTLIB+= boost_regex-mt boost_system-mt boost_thread-mt QtGui
|
||||
WANTLIB+= QtNetwork QtSql SDL SDL_mixer curl gsasl
|
||||
WANTLIB += QtGui QtNetwork QtSql SDL SDL_mixer boost_filesystem-mt
|
||||
WANTLIB += boost_iostreams-mt boost_program_options-mt boost_regex-mt
|
||||
WANTLIB += boost_system-mt boost_thread-mt c crypto curl gsasl
|
||||
WANTLIB += m pthread sqlite3 ssl stdc++
|
||||
|
||||
MODULES= devel/gettext \
|
||||
x11/qt4
|
||||
@ -50,6 +49,8 @@ NO_REGRESS= Yes
|
||||
USE_GMAKE= Yes
|
||||
|
||||
do-configure:
|
||||
cd ${WRKSRC} && \
|
||||
perl -pi -e 's,-std=gnu\+\+0x,,g' *.pro
|
||||
cd ${WRKBUILD} && \
|
||||
env -i ${CONFIGURE_ENV} qmake4 ${MAKE_FLAGS} \
|
||||
${WRKSRC}/pokerth.pro
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (PokerTH-0.8.1-src.tar.bz2) = mQsrfctIAowOljFh3epYBg==
|
||||
RMD160 (PokerTH-0.8.1-src.tar.bz2) = Roj/nYI3ySEhXoN6YzAi+ft8q4M=
|
||||
SHA1 (PokerTH-0.8.1-src.tar.bz2) = 9pj6Dr7tSwJ6cZ14h+m37TfC5EE=
|
||||
SHA256 (PokerTH-0.8.1-src.tar.bz2) = 0rb4vwzJtuU0iqTW1eWbOxdGWg8agiNB/UQXwqXbEkA=
|
||||
SIZE (PokerTH-0.8.1-src.tar.bz2) = 7080728
|
||||
MD5 (PokerTH-0.8.3-src.tar.bz2) = rb5WrV9UfrJV2tkd5WS/HA==
|
||||
RMD160 (PokerTH-0.8.3-src.tar.bz2) = eEzHVn3qc3NYRwhCeO+22OZWOp8=
|
||||
SHA1 (PokerTH-0.8.3-src.tar.bz2) = 3vdf4srhoeIxFKjAO2kIWpjWluA=
|
||||
SHA256 (PokerTH-0.8.3-src.tar.bz2) = /2gFR1O4fchxMwapa1MQiy5IVhAIaihIHw/D16NloC4=
|
||||
SIZE (PokerTH-0.8.3-src.tar.bz2) = 7037418
|
||||
|
Loading…
Reference in New Issue
Block a user