mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
4b87a977f6
Release Announcement: https://www.kde.org/announcements/kde-frameworks-5.55.0.php PR: 235620 Exp-run by: antoine
16 lines
425 B
Makefile
16 lines
425 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kpeople
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
CATEGORIES= devel kde kde-frameworks
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KF5 library providing access to contacts
|
|
|
|
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
|
|
USE_KDE= config coreaddons ecm i18n itemviews service widgetsaddons
|
|
USE_QT= buildtools_build core dbus declarative gui network qmake_build \
|
|
sql widgets
|
|
|
|
.include <bsd.port.mk>
|