aboutsummaryrefslogtreecommitdiff
path: root/games/connectagram
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2013-11-22 18:48:31 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2013-11-22 18:48:31 +0000
commit3de3028d382ea1cb335ca8f044442e37d2caa56d (patch)
tree091fb65a63e71fdf689744ba9d8b82c592e16bce /games/connectagram
parent2e4d9cb0a9275b0c9b38c229e8ad7ef4a3dbb749 (diff)
downloadports-3de3028d382ea1cb335ca8f044442e37d2caa56d.tar.gz
ports-3de3028d382ea1cb335ca8f044442e37d2caa56d.zip
- Convert to USES=qmake
- Adjust USE_QT4 components Approved by: portmgr (blanket approval)
Notes
Notes: svn path=/head/; revision=334602
Diffstat (limited to 'games/connectagram')
-rw-r--r--games/connectagram/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/games/connectagram/Makefile b/games/connectagram/Makefile
index bee51d5cc132..70cdf36a9953 100644
--- a/games/connectagram/Makefile
+++ b/games/connectagram/Makefile
@@ -13,9 +13,9 @@ COMMENT= Word unscrambling game
LICENSE= GPLv3
USE_BZIP2= yes
-USES= desktop-file-utils
-USE_QT4= moc_build qmake_build rcc_build gui network iconengines \
- imageformats
+USES= desktop-file-utils qmake
+USE_QT4= moc_build rcc_build gui network iconengines_run \
+ imageformats_run
INSTALLS_ICONS= yes
PORTDOCS= CREDITS ChangeLog
@@ -23,10 +23,6 @@ PORTDOCS= CREDITS ChangeLog
NO_STAGE= yes
.include <bsd.port.options.mk>
-do-configure:
- @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
- ${QMAKE} ${QMAKEFLAGS} PREFIX=${PREFIX}
-
post-install:
@(cd ${WRKSRC} && ${COPYTREE_SHARE} data ${DATADIR})
@(cd ${WRKSRC}/icons && ${COPYTREE_SHARE} patterns ${DATADIR})