aboutsummaryrefslogtreecommitdiff
path: root/security/kpkpass/Makefile
blob: 2b12d79b4f657a6b4c3c20d8db489db687b9445c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	kpkpass
DISTVERSION=	${KDE_APPLICATIONS_VERSION}
CATEGORIES=	security kde kde-applications

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Library to deal with Apple Wallet pass files
WWW=		https://www.kde.org/

USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 \
		shared-mime-info tar:xz
USE_KDE=	archive ecm:build
USE_QT=		core gui testlib \
		buildtools:build qmake:build

DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>