freebsd-ports/security/kpkpass/Makefile
Mathieu Arnold e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00

20 lines
441 B
Makefile

# $FreeBSD$
PORTNAME= kpkpass
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= security kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= Library to deal with Apple Wallet pass files
USES= cmake:outsource 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>