1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/net/kpeoplevcard/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

21 lines
550 B
Makefile

PORTNAME= kpeoplevcard
DISTVERSION= 0.1
CATEGORIES= net kde
MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}
MAINTAINER= kde@FreeBSD.org
COMMENT= Datasource plugin for KPeople to read vCard files
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz
USE_KDE= contacts coreaddons ecm i18n people
USE_QT= core gui widgets \
buildtools_build qmake_build
PLIST_FILES= lib/cmake/KF5PeopleVCard/KF5PeopleVCardConfig.cmake \
${QT_PLUGINDIR}/kpeople/datasource/KPeopleVCard.so
.include <bsd.port.mk>