fcf437462e
Release announcement https://kde.org/announcements/announce-applications-19.08.0.php Thanks to tcberner for doing most of the prep-work.
20 lines
592 B
Makefile
20 lines
592 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ksystemlog
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= sysutils kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE system log application
|
|
|
|
USES= cmake compiler:c++11-lang gettext kde:5 pkgconfig \
|
|
qt:5 tar:xz
|
|
USE_KDE= archive auth codecs completion config configwidgets coreaddons \
|
|
doctools ecm i18n iconthemes itemviews jobwidgets kio \
|
|
service sonnet textwidgets widgetsaddons xmlgui
|
|
USE_QT= concurrent core dbus gui network printsupport testlib widgets xml \
|
|
buildtools_build qmake_build
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|