cf649469f2
Add patches to py-poppler [2] and rubygem-poppler [3] to fix the build of these ports with poppler 0.39+. PR: 206293 [1] Submitted by: olivierd@ [1] Obtained from: ubuntu [2], rubygem-poppler upstream [3]
24 lines
663 B
Makefile
24 lines
663 B
Makefile
# Created by: Markus Brueffer <markus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kbibtex
|
|
DISTVERSION= 0.6
|
|
PORTREVISION= 2
|
|
CATEGORIES= databases kde
|
|
MASTER_SITES= http://download.gna.org/${PORTNAME}/${PORTVERSION:C,(^[[:digit:]]\.[[:digit:]]).*,\1,}/
|
|
|
|
MAINTAINER= makc@FreeBSD.org
|
|
COMMENT= Bibliography editor for KDE
|
|
|
|
LIB_DEPENDS= libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4 \
|
|
libqca.so:${PORTSDIR}/devel/qca \
|
|
libqoauth.so:${PORTSDIR}/net/qoauth
|
|
|
|
USES= cmake iconv shared-mime-info tar:xz
|
|
USE_GNOME= libxml2 libxslt
|
|
USE_KDE4= kdelibs kdeprefix automoc4
|
|
USE_QT4= qmake_build moc_build uic_build rcc_build \
|
|
webkit
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|