aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2013-11-23 02:48:31 +0800
committermakc <makc@FreeBSD.org>2013-11-23 02:48:31 +0800
commit8456d4de25199b6e9f977ed57de2f2225b47ea20 (patch)
tree091fb65a63e71fdf689744ba9d8b82c592e16bce /security
parente9e6fa07737f3c6bfd70aa43f78ef9fdd4a2b6c5 (diff)
downloadfreebsd-ports-gnome-8456d4de25199b6e9f977ed57de2f2225b47ea20.tar.gz
freebsd-ports-gnome-8456d4de25199b6e9f977ed57de2f2225b47ea20.tar.zst
freebsd-ports-gnome-8456d4de25199b6e9f977ed57de2f2225b47ea20.zip
- Convert to USES=qmake
- Adjust USE_QT4 components Approved by: portmgr (blanket approval)
Diffstat (limited to 'security')
-rw-r--r--security/tpmmanager/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/security/tpmmanager/Makefile b/security/tpmmanager/Makefile
index 87970d3feb4a..31a619d8dec0 100644
--- a/security/tpmmanager/Makefile
+++ b/security/tpmmanager/Makefile
@@ -13,20 +13,14 @@ LICENSE= GPLv2
LIB_DEPENDS= libtspi.so:${PORTSDIR}/security/trousers
-QT_NONSTANDARD= YES
-USE_QT4= gui moc_build qmake_build rcc_build uic_build
-
-HAS_CONFIGURE= YES
+USES= qmake
+USE_QT4= gui moc_build rcc_build uic_build
PLIST_FILES= bin/${PORTNAME}
PORTDOCS= *
OPTIONS_DEFINE= DOCS
-do-configure:
- @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
- ${QMAKE} PREFIX=${PREFIX} tpmmanager.pro
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
@${MKDIR} ${STAGEDIR}${DOCSDIR}