diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-16 17:57:44 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-16 17:57:44 +0000 |
commit | e407f052055fd7064c4c5d5e3c40d46e6bb0ead6 (patch) | |
tree | bcc96db2ba6978e35863dbdf83afdce840858d3b /security/yubikey-personalization-gui | |
parent | 927f3bccaad2e3da4b7764301fa94d5a919cf33f (diff) | |
download | ports-e407f052055fd7064c4c5d5e3c40d46e6bb0ead6.tar.gz ports-e407f052055fd7064c4c5d5e3c40d46e6bb0ead6.zip |
Notes
Diffstat (limited to 'security/yubikey-personalization-gui')
-rw-r--r-- | security/yubikey-personalization-gui/Makefile | 21 |
1 files changed, 3 insertions, 18 deletions
diff --git a/security/yubikey-personalization-gui/Makefile b/security/yubikey-personalization-gui/Makefile index 96c20438415f..ff4bddbac1fd 100644 --- a/security/yubikey-personalization-gui/Makefile +++ b/security/yubikey-personalization-gui/Makefile @@ -3,7 +3,7 @@ PORTNAME= yubikey-personalization-gui PORTVERSION= 3.1.25 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MAINTAINER= romain@FreeBSD.org @@ -15,33 +15,18 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libykpers-1.so:security/ykpers \ libyubikey.so:security/libyubikey -USES= compiler:c++11-lang pkgconfig qmake +USES= compiler:c++11-lang pkgconfig qmake qt:5 USE_GITHUB= yes +USE_QT= buildtools_build core gui testlib_build widgets GH_ACCOUNT= Yubico -OPTIONS_DEFAULT= QT5 -OPTIONS_SINGLE= QT -OPTIONS_SINGLE_QT= QT4 QT5 - -QT4_USES= qt:4 -QT5_USES= qt:5 -QT4_USE= qt=corelib,gui,moc_build,rcc_build,testlib_build,uic_build -QT5_USE= qt=buildtools_build,core,gui,testlib_build,widgets - PLIST_FILES= bin/yubikey-personalization-gui \ man/man1/yubikey-personalization-gui.1.gz \ share/applications/yubikey-personalization-gui.desktop \ share/pixmaps/yubikey-personalization-gui.png \ share/pixmaps/yubikey-personalization-gui.xpm -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MQT4} -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/build/release/${PORTNAME} \ ${STAGEDIR}${PREFIX}/bin |