mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
99425922de
PR: 218524 Exp-run by: antoine Reviewed by: mat, rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D10331
28 lines
744 B
Makefile
28 lines
744 B
Makefile
# Created by: tcberner
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kfilemetadata
|
|
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
CATEGORIES= devel kde kde-frameworks
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KF5 library for extracting file metadata
|
|
|
|
LIB_DEPENDS= libavutil.so:multimedia/ffmpeg \
|
|
libepub.so:textproc/ebook-tools \
|
|
libexiv2.so:graphics/exiv2 \
|
|
libpoppler-qt5.so:graphics/poppler-qt5 \
|
|
libtag.so:audio/taglib
|
|
# TODO: maybe depend on textproc/catdoc
|
|
|
|
USES= cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig \
|
|
tar:xz
|
|
USE_KDE= archive ecm i18n
|
|
USE_QT5= buildtools_build core qmake_build xml
|
|
|
|
# Frameworks ports install localization files that conflict with some
|
|
# KDE4 localization ports
|
|
CONFLICTS_INSTALL= kde4-l10n-*
|
|
|
|
.include <bsd.port.mk>
|