diff options
author | makc <makc@FreeBSD.org> | 2013-11-22 18:48:31 +0000 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-11-22 18:48:31 +0000 |
commit | 8456d4de25199b6e9f977ed57de2f2225b47ea20 (patch) | |
tree | 091fb65a63e71fdf689744ba9d8b82c592e16bce /games/capicity | |
parent | e9e6fa07737f3c6bfd70aa43f78ef9fdd4a2b6c5 (diff) | |
download | FreeBSD-ports-8456d4de25199b6e9f977ed57de2f2225b47ea20.zip FreeBSD-ports-8456d4de25199b6e9f977ed57de2f2225b47ea20.tar.gz |
- Convert to USES=qmake
- Adjust USE_QT4 components
Approved by: portmgr (blanket approval)
Diffstat (limited to 'games/capicity')
-rw-r--r-- | games/capicity/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/games/capicity/Makefile b/games/capicity/Makefile index a27d501..24f21b3 100644 --- a/games/capicity/Makefile +++ b/games/capicity/Makefile @@ -21,9 +21,9 @@ LIB_DEPENDS= libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \ WRKSRC= ${WRKDIR}/CapiCity_${PORTVERSION} -USES= iconv +USES= iconv qmake USE_XORG= ice sm x11 xau xcb xdmcp xext xrender -USE_QT4= moc_build qmake_build rcc_build uic_build iconengines imageformats \ +USE_QT4= moc_build rcc_build uic_build iconengines_run imageformats_run \ corelib gui network script xml PORTDOCS= README changelog @@ -43,13 +43,6 @@ NLS_USES= gettext NO_STAGE= yes .include <bsd.port.options.mk> -do-configure: - @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ - ${QMAKE} ${QMAKEFLAGS} PREFIX=${PREFIX} - -post-configure: - @${REINPLACE_CMD} -e 's|-O2 -pthread||g' ${WRKSRC}/Makefile - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/CapiCity ${PREFIX}/bin/${PORTNAME} |