blob: abea2aff7e984dd59b0e106ab7e1bd9abc3b7a30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $FreeBSD$
PORTNAME= kpkpass
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
PORTREVISION= 1
CATEGORIES= security kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= Library to deal with Apple Wallet pass files
USES= cmake compiler:c++11-lang gettext kde:5 qt:5 \
shared-mime-info tar:xz
USE_KDE= archive ecm
USE_QT= core gui testlib \
buildtools_build qmake_build
DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|