summaryrefslogtreecommitdiff
path: root/x11-clocks/kteatime/Makefile
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2018-04-09 18:49:38 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2018-04-09 18:49:38 +0000
commit2383c10067ab53056fff94f73997e37fa9288324 (patch)
tree83422fb16a0535840dabf7ccb77caa1840f86338 /x11-clocks/kteatime/Makefile
parentUpdate Gammu to v1.39 (diff)
New ports: x11-clocks/kteatime, x11-clocks/ktimer
This is the current version of KDE Applications <foo>. Note that users of KDE SC4 should stick with <foo>-kde4.
Notes
Notes: svn path=/head/; revision=466881
Diffstat (limited to 'x11-clocks/kteatime/Makefile')
-rw-r--r--x11-clocks/kteatime/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/x11-clocks/kteatime/Makefile b/x11-clocks/kteatime/Makefile
new file mode 100644
index 000000000000..5515e492429e
--- /dev/null
+++ b/x11-clocks/kteatime/Makefile
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME= kteatime
+DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+CATEGORIES= x11-clocks kde kde-applications
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= Handy timer for steeping tea
+
+USES= cmake:outsource gettext kde:5 tar:xz
+USE_KDE= auth codecs config configwidgets coreaddons crash doctools ecm \
+ i18n iconthemes notifications notifyconfig sonnet textwidgets \
+ widgetsaddons xmlgui
+USE_QT5= core dbus gui widgets xml \
+ buildtools_build qmake_build
+
+.include <bsd.port.mk>