aboutsummaryrefslogtreecommitdiff
path: root/databases/kbibtex/Makefile
blob: 9fba4bea1f644f3c4f17e2e63d1eea19fce2af8f (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
27
28
29
30
# Created by: Markus Brueffer <markus@FreeBSD.org>
# $FreeBSD$

PORTNAME=	kbibtex
DISTVERSION=	0.8.1
CATEGORIES=	databases kde
MASTER_SITES=	KDE/stable/KBibTeX/${DISTVERSION}/

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Bibliography editor for KDE

LIB_DEPENDS=	libicuuc.so:devel/icu \
		libqca-qt5.so:devel/qca@qt5 \
		libpoppler.so:graphics/poppler \
		libpoppler-qt5.so:graphics/poppler-qt5 \
		libqoauth-qt5.so:net/qoauth-qt5

USES=		cmake desktop-file-utils gettext iconv kde:5 qt:5 \
		shared-mime-info tar:xz
USE_GNOME=	libxml2 libxslt
USE_KDE=	auth bookmarks codecs completion config configwidgets \
		coreaddons crash ecm i18n iconthemes itemviews jobwidgets \
		kio parts service solid sonnet textwidgets wallet \
		widgetsaddons xmlgui
USE_QT=		concurrent core dbus gui location network printsupport qml \
		quick webchannel webengine widgets xml xmlpatterns \
		buildtools_build qmake_build
USE_LDCONFIG=	yes

.include <bsd.port.mk>