blob: 32198b55397d4518328cf8630e7a084bb822f843 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= kruler
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= deskutils kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE screen ruler
WWW= https://www.kde.org/applications/graphics/kruler
USES= cmake compiler:c++11-lang gettext kde:6 qt:6 tar:xz xorg
USE_KDE= auth codecs config configwidgets coreaddons doctools i18n \
notifications statusnotifieritem widgetsaddons windowsystem \
xmlgui \
ecm:build
USE_QT= base
USE_XORG= x11 xcb
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|