freebsd-ports/misc/tellico-kde4/Makefile
Rene Ladan 059340ceb7 Remove expired misc/kdehier4 and update all of its consumers to not reference it any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE

Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.

PR:		209014 (partial)
Submitted by:	myself
Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D6542
2016-05-25 20:56:06 +00:00

26 lines
653 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:audio/taglib \
libpoppler-qt4.so:graphics/poppler-qt4 \
libyaz.so:net/yaz \
libexempi.so:textproc/exempi \
libqjson.so:devel/qjson
USE_KDE4= kdelibs 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>