freebsd-ports/sysutils/kfilemetadata/Makefile
Alonso Schaich 63ff0b60db Update KDE SC to 4.14.3
The kde@ team presents KDE SC 4.14.3, the last planed release
of the KDE SC 4 series.

In addition to the updates provided by the KDE SC developers, this
update also addresses numerous FreeBSD and PORTS specific
issues, found and solved by the kde@ team and area51 testers,
most notorously Tobias C. Berner <tcberner@gmail.com>

PR:		197751
PR:		197871
PR:		184996
Reviewed by:	rakuco (mentor)
Differential:	https://reviews.freebsd.org/D1950
2015-03-11 23:11:47 +00:00

24 lines
729 B
Makefile

# $FreeBSD$
PORTNAME= kfilemetadata
PORTVERSION= ${KDE4_VERSION}
CATEGORIES= sysutils kde
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR= KDE/${PORTVERSION}
MAINTAINER= kde@FreeBSD.org
COMMENT= Library for extracting file metadata
LIB_DEPENDS= libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4 \
libtag.so:${PORTSDIR}/audio/taglib \
libexiv2.so:${PORTSDIR}/graphics/exiv2 \
libswscale.so:${PORTSDIR}/multimedia/ffmpeg \
libepub.so:${PORTSDIR}/textproc/ebook-tools \
libqmobipocket.so:${PORTSDIR}/graphics/kdegraphics4-mobipocket
USE_KDE4= kdeprefix automoc4 kdelibs
USES= cmake:outsource tar:xz
USE_QT4= corelib qmake_build moc_build rcc_build uic_build
USE_LDCONFIG= yes
.include <bsd.port.mk>