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]
26 lines
723 B
Makefile
26 lines
723 B
Makefile
# Created by: Kirill Ponomarew <ponomarew@oberon.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tellico
|
|
PORTVERSION= 2.3.11
|
|
PORTREVISION= 1
|
|
CATEGORIES= misc kde
|
|
MASTER_SITES= http://tellico-project.org/files/
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Collection manager for KDE
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib \
|
|
libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4 \
|
|
libyaz.so:${PORTSDIR}/net/yaz \
|
|
libexempi.so:${PORTSDIR}/textproc/exempi \
|
|
libqjson.so:${PORTSDIR}/devel/qjson
|
|
|
|
USE_KDE4= kdelibs kdeprefix libksane pimlibs \
|
|
automoc4 qimageblitz libkcddb libkcompactdisc
|
|
USE_QT4= qmake_build moc_build uic_build rcc_build
|
|
USES= cmake gettext pkgconfig shared-mime-info tar:bzip2
|
|
|
|
.include <bsd.port.mk>
|