blob: c7678d4bfab6e68554d64eb34f2d79eeb6296c8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= kgamma5
DISTVERSION= ${KDE_PLASMA_VERSION}
PORTREVISION= 1
CATEGORIES= x11 kde kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 display gamma settings
WWW= https://www.kde.org/plasma-desktop
USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz xorg
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons crash emoticons guiaddons i18n iconthemes init \
itemmodels itemviews jobwidgets kio notifications parts \
service solid sonnet textwidgets unitconversion widgetsaddons \
windowsystem xmlgui \
doctools:build ecm:build
USE_QT= core dbus gui network printsupport widgets x11extras xml \
buildtools:build qmake:build
USE_XORG= ice sm x11 xext xxf86vm
.include <bsd.port.mk>
|