aboutsummaryrefslogtreecommitdiff
path: root/devel/kf5-kbookmarks/Makefile
blob: 784a488288132a06279ce786b424af2e9090f05f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PORTNAME=	kbookmarks
DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
CATEGORIES=	devel kde kde-frameworks

MAINTAINER=	kde@FreeBSD.org
COMMENT=	KF5 library for bookmarks and the XBEL format

USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
USE_KDE=	auth codecs config configwidgets coreaddons ecm \
		iconthemes widgetsaddons xmlgui
USE_QT=		core dbus gui linguisttools widgets xml \
		buildtools_build qmake_build

.include <bsd.port.mk>