aboutsummaryrefslogtreecommitdiff
path: root/security/nitrokey-app/Makefile
blob: 310ffe81a5f66cac556694657d3fe69621a8817a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Created by: Thibault Payet <monwarez@mailoo.org>

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>