aboutsummaryrefslogtreecommitdiffstats
path: root/devel/kf5-kbookmarks/Makefile
blob: 2444ec5f146e72f8a998d9539736b73f7674a669 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: tcberner
# $FreeBSD$

PORTNAME=   kbookmarks
PORTVERSION=    ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= devel kde kde-frameworks

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

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

.include <bsd.port.mk>