forked from Lainports/opnsense-ports
18 lines
405 B
Makefile
18 lines
405 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
|
|
|
|
.include <bsd.port.mk>
|