mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
Release announcement https://kde.org/announcements/announce-applications-19.08.0.php Thanks to tcberner for doing most of the prep-work.
20 lines
417 B
Makefile
20 lines
417 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libkexiv2
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= graphics kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Exiv2 library interface for KDE
|
|
|
|
LIB_DEPENDS= libexiv2.so:graphics/exiv2
|
|
|
|
USES= cmake compiler:c++11-lang kde:5 pkgconfig qt:5 tar:xz
|
|
USE_KDE= ecm
|
|
USE_QT= core gui \
|
|
buildtools_build qmake_build
|
|
USE_LDCONFIG= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|