freebsd-ports/net/kf5-syndication/Makefile
Tobias C. Berner 4b87a977f6 Update KDE Frameworks to 5.55.0
Release Announcement:
  https://www.kde.org/announcements/kde-frameworks-5.55.0.php

PR:		235620
Exp-run by:	antoine
2019-02-12 17:48:25 +00:00

21 lines
435 B
Makefile

# $FreeBSD$
PORTNAME= syndication
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
PORTEPOCH= 1
CATEGORIES= net kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE RSS feed handling library
LICENSE= LGPL21
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
USE_KDE= codecs config coreaddons ecm kio service
USE_QT= core gui xml \
buildtools_build qmake_build
USE_LDCONFIG= yes
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>