aboutsummaryrefslogtreecommitdiff
path: root/devel/plasma6-kwrited/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/plasma6-kwrited/Makefile')
-rw-r--r--devel/plasma6-kwrited/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/plasma6-kwrited/Makefile b/devel/plasma6-kwrited/Makefile
new file mode 100644
index 000000000000..75ffce5f73c5
--- /dev/null
+++ b/devel/plasma6-kwrited/Makefile
@@ -0,0 +1,13 @@
+PORTNAME= kwrited
+DISTVERSION= ${KDE_PLASMA_VERSION}
+CATEGORIES= devel kde kde-plasma
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= Listen to traditional system notifications
+
+USES= cmake gettext kde:6 qt:6 tar:xz
+USE_KDE= coreaddons dbusaddons i18n notifications pty \
+ ecm:build
+USE_QT= base
+
+.include <bsd.port.mk>