summaryrefslogtreecommitdiff
path: root/x11/kf5-kdelibs4support/Makefile
blob: c7611706e0103a332f4bc821eef44ee937516cd8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: tcberner
# $FreeBSD$

PORTNAME=	kdelibs4support
PORTVERSION=	${KDE_FRAMEWORKS_VERSION}
CATEGORIES=	x11 kde kde-frameworks

MAINTAINER=	kde@FreeBSD.org
COMMENT=	KF5 porting aid from KDELibs4

BUILD_DEPENDS=	p5-URI>=0:net/p5-URI

USES=		cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz
USE_KDE=	auth bookmarks codecs completion config configwidgets \
		coreaddons crash dbusaddons doctools globalaccel \
		guiaddons i18n iconthemes itemviews jobwidgets kded \
		kio notifications parts service solid sonnet \
		textwidgets unitconversion widgetsaddons windowsystem \
		xmlgui \
		designerplugin_build designerplugin_run
USE_QT5=	buildtools_build core dbus designer gui network \
		printsupport qmake_build svg testlib widgets \
		x11extras xml
USE_XORG=	ice sm x11 xext

.include <bsd.port.mk>