e1bfdfbe56
Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
20 lines
427 B
Makefile
20 lines
427 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:outsource 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>
|