blob: e3e256da63e0515e3208b79ddefd307e7d95cefc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons crash doctools ecm \
i18n iconthemes notifications notifyconfig sonnet textwidgets \
widgetsaddons xmlgui
USE_QT= core dbus gui widgets xml \
buildtools_build qmake_build
.include <bsd.port.mk>
|