summaryrefslogtreecommitdiff
path: root/x11-fm/konqueror/Makefile
blob: 91d4d9b124e0a078064adc8ce4baa6e089c793dd (plain)
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
# $FreeBSD$

PORTNAME=	konqueror
DISTVERSION=	${KDE_APPLICATIONS_VERSION}
PORTREVISION=	1
CATEGORIES=	x11-fm www kde kde-applications

MAINTAINER=	kde@FreeBSD.org
COMMENT=	KDE system log application

USES=		cmake compiler:c++11-lang desktop-file-utils gettext \
		localbase:ldflags kde:5 pkgconfig qt:5 tar:xz xorg
USE_KDE=	activities  archive auth bookmarks codecs completion config configwidgets \
		coreaddons crash dbusaddons guiaddons i18n iconthemes \
		init itemviews jobwidgets js kcmutils kdelibs4support \
		kdesu khtml kio notifications parts pty service solid sonnet \
		textwidgets unitconversion wallet widgetsaddons windowsystem xmlgui
USE_QT=		concurrent core dbus declarative gui location network printsupport script \
		speech webchannel webengine widgets x11extras xml \
		buildtools_build qmake_build
USE_XORG=	ice sm x11 xext

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>