1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/net/kf5-kcontacts/Makefile
Tobias C. Berner a3b6b342dd net/kf5-kcontacts: add pkg-descr
* kcontacts was split out of PIM
2024-01-05 13:57:24 +01:00

22 lines
500 B
Makefile

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
.include <bsd.port.mk>