mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
22 lines
705 B
Makefile
22 lines
705 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kgamma5
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
|
CATEGORIES= x11 kde kde-plasma
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Plasma5 monitor's gamma settings #'
|
|
|
|
USES= cmake compiler:c++11-lang cpe gettext kde:5 qt:5 \
|
|
tar:xz xorg
|
|
USE_KDE= auth bookmarks codecs completion config configwidgets \
|
|
coreaddons crash doctools ecm emoticons guiaddons i18n \
|
|
iconthemes init itemmodels itemviews jobwidgets \
|
|
kdelibs4support kio notifications parts service solid sonnet \
|
|
textwidgets unitconversion widgetsaddons windowsystem xmlgui
|
|
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>
|