freebsd-ports/misc/tellico-kde4/Makefile
Tobias C. Berner 315efe5c54 Update misc/tellico-kde4 to 2.3.12
* while here, add the dependencies asked for by stage-qa

Reviewed by:	rakuco
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9408
2017-02-01 16:51:30 +00:00

29 lines
799 B
Makefile

# Created by: Kirill Ponomarew <ponomarew@oberon.net>
# $FreeBSD$
PORTNAME= tellico
PORTVERSION= 2.3.12
CATEGORIES= misc kde
MASTER_SITES= http://tellico-project.org/files/
MAINTAINER= kde@FreeBSD.org
COMMENT= Collection manager for KDE
LICENSE= GPLv2
LIB_DEPENDS= libexempi.so:textproc/exempi \
libgcrypt.so:security/libgcrypt \
libgpg-error.so:security/libgpg-error \
libpoppler-qt4.so:graphics/poppler-qt4 \
libqjson.so:devel/qjson \
libtag.so:audio/taglib \
libyaz.so:net/yaz
USES= cmake gettext kde:4 pkgconfig shared-mime-info tar:bzip2
USE_GNOME= libxml2 libxslt
USE_KDE= kdelibs libksane pimlibs soprano \
automoc4 qimageblitz libkcddb libkcompactdisc
USE_QT4= corelib dbus gui network phonon svg xml \
qmake_build moc_build uic_build rcc_build
.include <bsd.port.mk>