blob: 901fd2cc9c7a7977f286b3131994a067b093979b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: tcberner
# $FreeBSD$
PORTNAME= knotifyconfig
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
PORTREVISION= 1
CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 configuration system for KNotify
USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz
USE_KDE= completion config coreaddons ecm i18n jobwidgets kio \
service widgetsaddons
USE_QT5= buildtools_build core dbus gui network phonon4 \
qmake_build widgets
.include <bsd.port.mk>
|