diff --git a/net/kf5-kcontacts/Makefile b/net/kf5-kcontacts/Makefile index fb49bf63310c..a4f3b587ecb2 100644 --- a/net/kf5-kcontacts/Makefile +++ b/net/kf5-kcontacts/Makefile @@ -1,23 +1,21 @@ PORTNAME= kcontacts DISTVERSION= ${KDE_FRAMEWORKS_VERSION} PORTEPOCH= 1 CATEGORIES= net kde kde-frameworks MAINTAINER= kde@FreeBSD.org COMMENT= KDE api to manage contact information LICENSE= LGPL21 BUILD_DEPENDS= iso-codes>=0:misc/iso-codes RUN_DEPENDS= iso-codes>=0:misc/iso-codes USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz USE_KDE= codecs config coreaddons i18n \ ecm:build USE_QT= core gui \ buildtools:build qmake:build USE_LDCONFIG= yes -DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr - .include diff --git a/net/kf5-kcontacts/pkg-descr b/net/kf5-kcontacts/pkg-descr new file mode 100644 index 000000000000..72a95c541d8c --- /dev/null +++ b/net/kf5-kcontacts/pkg-descr @@ -0,0 +1,2 @@ +KContact provides an API for contacts/address book data following the vCard +standard (RFC 2425 / RFC 2426).