b1a1d38bf9
From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540
28 lines
893 B
Makefile
28 lines
893 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kde-gtk-config
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
|
CATEGORIES= x11-themes kde kde-plasma
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Plasma5 GTK2 and GTK3 configurator
|
|
|
|
LICENSE= GPLv2 LGPL21
|
|
LICENSE_COMB= multi
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB
|
|
|
|
BUILD_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas
|
|
RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas
|
|
|
|
USES= cmake:outsource compiler:c++11-lib cpe gettext \
|
|
kde:5 pkgconfig qt:5 tar:xz
|
|
USE_GNOME= cairo gdkpixbuf2 gtk20 gtk30 glib20
|
|
USE_KDE= archive attica auth codecs completion config configwidgets \
|
|
coreaddons ecm i18n iconthemes jobwidgets kcmutils kio \
|
|
newstuff service widgetsaddons xmlgui
|
|
USE_QT= concurrent core dbus gui network testlib widgets xml \
|
|
buildtools_build qmake_build
|
|
USE_XORG= xcursor
|
|
|
|
.include <bsd.port.mk>
|