openbsd-ports/games/pokerth/Makefile

64 lines
1.4 KiB
Makefile
Raw Normal View History

2011-09-16 05:48:08 -04:00
# $OpenBSD: Makefile,v 1.19 2011/09/16 09:48:10 espie Exp $
COMMENT= Qt4 poker game with online capabilities
2011-05-17 07:49:49 -04:00
V= 0.8.3
DISTNAME= PokerTH-${V}-src
PKGNAME= pokerth-${V}
2011-09-16 05:48:08 -04:00
REVISION= 0
CATEGORIES= games x11
HOMEPAGE= http://www.pokerth.net/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pokerth/}
EXTRACT_SUFX= .tar.bz2
2011-05-17 07:49:49 -04:00
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
2010-11-16 06:23:25 -05:00
RUN_DEPENDS= devel/desktop-file-utils
LIB_DEPENDS= devel/sdl-mixer \
devel/boost \
net/curl \
security/libgsasl
CONFIGURE_ENV= HOME=${WRKDIR}
MAKE_FLAGS= QMAKE_CXX=${CXX} \
QMAKE_CXXFLAGS_RELEASE="${CXXFLAGS}" \
HOME=${WRKDIR} \
PREFIX=${PREFIX}
FAKE_FLAGS= INSTALL_ROOT=${DESTDIR}
SEPARATE_BUILD= concurrent
VMEM_WARNING= Yes
NO_REGRESS= Yes
USE_GMAKE= Yes
do-configure:
2011-05-17 07:49:49 -04:00
cd ${WRKSRC} && \
perl -pi -e 's,-std=gnu\+\+0x,,g' *.pro
cd ${WRKBUILD} && \
env -i ${CONFIGURE_ENV} qmake4 ${MAKE_FLAGS} \
${WRKSRC}/pokerth.pro
post-install:
${INSTALL_PROGRAM} ${WRKBUILD}/pokerth ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKBUILD}/bin/pokerth_server ${PREFIX}/bin
.include <bsd.port.mk>