diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2008-11-07 14:55:08 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2008-11-07 14:55:08 +0000 |
commit | d6461178d3242735a3d26101abdec6ee8f320fea (patch) | |
tree | 2e6003f40d3168d10f3e3726a343b00f459775f3 /games/pokerth | |
parent | 6ec096425b4aa110af08e44c36fb13373e4d32a5 (diff) | |
download | ports-d6461178d3242735a3d26101abdec6ee8f320fea.tar.gz ports-d6461178d3242735a3d26101abdec6ee8f320fea.zip |
Notes
Diffstat (limited to 'games/pokerth')
-rw-r--r-- | games/pokerth/Makefile | 19 | ||||
-rw-r--r-- | games/pokerth/distinfo | 6 |
2 files changed, 11 insertions, 14 deletions
diff --git a/games/pokerth/Makefile b/games/pokerth/Makefile index 604fc93f6602..ccb7debe9deb 100644 --- a/games/pokerth/Makefile +++ b/games/pokerth/Makefile @@ -6,19 +6,18 @@ # PORTNAME= pokerth -PORTVERSION= 0.6 -PORTREVISION= 2 +PORTVERSION= 0.6.2 CATEGORIES= games MASTER_SITES= SF -DISTNAME= PokerTH-${PORTVERSION}-1.src +DISTNAME= PokerTH-${PORTVERSION}-src -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mad@madpilot.net COMMENT= A poker game written in C++/QT4 LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost \ - mikmod.2:${PORTSDIR}/audio/libmikmod - -MANUAL_PACKAGE_BUILD= requires large memory to build + mikmod.2:${PORTSDIR}/audio/libmikmod \ + gnutls.26:${PORTSDIR}/security/gnutls \ + curl.4:${PORTSDIR}/ftp/curl USE_ICONV= yes USE_BZIP2= yes @@ -27,8 +26,6 @@ USE_QT_VER= 4 QT_COMPONENTS= gui corelib qmake_build moc_build rcc_build uic_build USE_SDL= mixer -WRKSRC= ${WRKDIR}/PokerTH-${PORTVERSION} - PLIST_FILES= bin/pokerth %%DATADIR%%/pokerth share/pixmaps/pokerth.png PORTDOCS= COPYING ChangeLog INSTALL TODO @@ -48,8 +45,8 @@ MAKE_ENV+= QTDIR="${QT_PREFIX}" post-patch: @${REINPLACE_CMD} -E \ - -e 's|/usr/([a-z|/]+)|${LOCALBASE}/\1|g' \ - -e 's|(-lcrypto)|\1 -liconv|g' \ + -e 's|/usr([a-z|/]*)|${LOCALBASE}/\1|g' \ + -e 's|(-lcurl)|\1 -liconv|g' \ -e 's:boost_([a-z]+)-[-|a-z|0-9|_]*:boost_\1:g' \ ${WRKSRC}/*.pro diff --git a/games/pokerth/distinfo b/games/pokerth/distinfo index ab3b9f7f93e5..718c2d12f462 100644 --- a/games/pokerth/distinfo +++ b/games/pokerth/distinfo @@ -1,3 +1,3 @@ -MD5 (PokerTH-0.6-1.src.tar.bz2) = a30a19487319a61e033dd7be94b29e7d -SHA256 (PokerTH-0.6-1.src.tar.bz2) = e2f8f84887d59de507425ad9e98c43d9e3f0f60c255e111b35cdeb9845a39086 -SIZE (PokerTH-0.6-1.src.tar.bz2) = 4276017 +MD5 (PokerTH-0.6.2-src.tar.bz2) = 881eb46440877b34b6a10450911a29bb +SHA256 (PokerTH-0.6.2-src.tar.bz2) = 7dd3530a6ec15e785ab4142fdb28f4625be3a56f9952fcecf792abd84cf39a57 +SIZE (PokerTH-0.6.2-src.tar.bz2) = 4317104 |