aboutsummaryrefslogtreecommitdiff
path: root/www/kf5-khtml/Makefile
blob: 3907c47a8780864a216bf2db2c2618b5e0c27d42 (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
PORTNAME=	khtml
DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
CATEGORIES=	www kde kde-frameworks

MAINTAINER=	kde@FreeBSD.org
COMMENT=	KF5 KTHML rendering engine

LIB_DEPENDS=	libgif.so:graphics/giflib \
		libpng.so:graphics/png

USES=		cmake compiler:c++11-lib gettext gperf jpeg kde:5 \
		qt:5 tar:xz xorg
USE_KDE=	archive auth bookmarks codecs completion config \
		configwidgets coreaddons globalaccel i18n iconthemes \
		jobwidgets js kio notifications parts phonon service solid sonnet \
		textwidgets wallet widgetsaddons windowsystem xmlgui \
		ecm:build
USE_QT=		concurrent core dbus gui network \
		printsupport widgets x11extras xml \
		buildtools:build qmake:build
USE_XORG=	ice sm x11 xext

.include <bsd.port.mk>