Files
ports/security/nitrokey-app/Makefile
T
Mark Linimon b5d9b9d730 Add compiler:c++11-lang to USES to fix build on GCC-based systems:
The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1

Approved by:	portmgr (tier-2 blanket)
2020-08-22 05:12:13 +00:00

31 lines
780 B
Makefile

# Created by: Thibault Payet <monwarez@mailoo.org>
# $FreeBSD$
PORTNAME= nitrokey-app
DISTVERSIONPREFIX= v
DISTVERSION= 1.4.2
CATEGORIES= security
MAINTAINER= monwarez@mailoo.org
COMMENT= Nitrokey App is an application created to manage Nitrokey devices
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSES/GPLv3
LIB_DEPENDS= libnitrokey.so:security/libnitrokey
USES= cmake compiler:c++11-lang pkgconfig qt:5
USE_GITHUB= yes
GH_ACCOUNT= Nitrokey
GH_TUPLE= Nitrokey:nitrokey-app:${DISTVERSIONPREFIX}${DISTVERSION}\
tplgy:cppcodec:61d9b04:cppcodec
USE_QT= buildtools_build concurrent gui linguisttools_build qmake_build svg widgets
post-extract:
@${RMDIR} ${WRKSRC}/3rdparty/cppcodec
@${LN} -sf ${WRKDIR}/cppcodec-61d9b04 ${WRKSRC}/3rdparty/cppcodec
.include <bsd.port.mk>