2013-05-19 01:22:44 +02:00
|
|
|
# Created by: nemysis <nemysis@gmx.ch>
|
2012-11-20 23:05:22 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= capitalism
|
|
|
|
PORTVERSION= 0.5.1
|
2013-05-19 01:22:44 +02:00
|
|
|
PORTREVISION= 3
|
2012-11-20 23:05:22 +01:00
|
|
|
CATEGORIES= games
|
2013-05-19 01:22:44 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/Capitalism/0.5/
|
2012-11-20 23:05:22 +01:00
|
|
|
EXTRACT_SUFX= .tbz
|
|
|
|
|
|
|
|
MAINTAINER= nemysis@gmx.ch
|
|
|
|
COMMENT= Qt client for the Monopd server
|
|
|
|
|
|
|
|
LICENSE= GPLv2
|
|
|
|
|
|
|
|
LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \
|
|
|
|
pcre:${PORTSDIR}/devel/pcre \
|
|
|
|
png15:${PORTSDIR}/graphics/png \
|
|
|
|
freetype:${PORTSDIR}/print/freetype2 \
|
|
|
|
expat:${PORTSDIR}/textproc/expat2 \
|
The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:
Xorg 7.7
Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities
Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.
PR: ports/177942
Exp-run by: miwi
Approved by: portmgr (miwi)
Thanks to all who helped testing!
2013-05-25 16:37:02 +02:00
|
|
|
fontconfig:${PORTSDIR}/x11-fonts/fontconfig
|
2012-11-20 23:05:22 +01:00
|
|
|
|
2013-05-19 01:22:44 +02:00
|
|
|
WRKSRC= ${WRKDIR}/Capitalism-${PORTVERSION}
|
|
|
|
|
|
|
|
USES= iconv
|
The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:
Xorg 7.7
Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities
Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.
PR: ports/177942
Exp-run by: miwi
Approved by: portmgr (miwi)
Thanks to all who helped testing!
2013-05-25 16:37:02 +02:00
|
|
|
USE_XORG= ice sm x11 xau xcb xdmcp xext xrender
|
2012-11-20 23:05:22 +01:00
|
|
|
USE_QT4= moc_build qmake_build rcc_build uic_build iconengines imageformats \
|
|
|
|
corelib gui network script xml
|
|
|
|
|
2013-05-19 01:22:44 +02:00
|
|
|
PORTDOCS= README changelog readme.txt
|
2012-11-20 23:05:22 +01:00
|
|
|
|
2013-05-19 01:22:44 +02:00
|
|
|
INSTALLS_ICONS= yes
|
2012-11-20 23:05:22 +01:00
|
|
|
ICON_SIZES= 16x16 22x22 24x24 32x32 48x48 64x64
|
|
|
|
|
|
|
|
DESKTOP_ENTRIES="Capitalism" "${COMMENT}" "${PORTNAME}" \
|
2013-05-19 01:22:44 +02:00
|
|
|
"${PORTNAME}" "Game;BoardGame;" false
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= NLS
|
2012-11-20 23:05:22 +01:00
|
|
|
|
2013-09-20 19:36:33 +02:00
|
|
|
NO_STAGE= yes
|
2012-11-20 23:05:22 +01:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
2013-05-19 01:22:44 +02:00
|
|
|
.if ${PORT_OPTIONS:MNLS}
|
|
|
|
USES+= gettext
|
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
.else
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
.endif
|
|
|
|
|
2012-11-20 23:05:22 +01:00
|
|
|
do-configure:
|
|
|
|
@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
|
|
|
|
${QMAKE} ${QMAKEFLAGS} PREFIX=${PREFIX}
|
|
|
|
|
|
|
|
post-configure:
|
2013-05-19 01:22:44 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|-O2 -Wall -W||g' ${WRKSRC}/Makefile
|
2012-11-20 23:05:22 +01:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/Capitalism ${PREFIX}/bin/${PORTNAME}
|
|
|
|
|
2013-05-19 01:22:44 +02:00
|
|
|
.for d in games images
|
2012-11-20 23:05:22 +01:00
|
|
|
@(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${DATADIR})
|
|
|
|
.endfor
|
|
|
|
|
2013-05-19 01:22:44 +02:00
|
|
|
.if ${PORT_OPTIONS:MNLS}
|
|
|
|
@(cd ${WRKSRC} && ${COPYTREE_SHARE} ts ${DATADIR})
|
|
|
|
.endif
|
|
|
|
|
2012-11-20 23:05:22 +01:00
|
|
|
post-install:
|
|
|
|
.for s in ${ICON_SIZES}
|
|
|
|
${MKDIR} ${PREFIX}/share/icons/hicolor/${s}/apps
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/icons/${s}.png \
|
|
|
|
${PREFIX}/share/icons/hicolor/${s}/apps/${PORTNAME}.png
|
|
|
|
.endfor
|
2013-05-19 01:22:44 +02:00
|
|
|
${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png ${PREFIX}/share/pixmaps
|
2012-11-20 23:05:22 +01:00
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
2013-05-19 01:22:44 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
2012-11-20 23:05:22 +01:00
|
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|