c1ff5bbef3
As there is an shlib version bump, bump them portrevision of dependent ports. While doing so, also switch to the cmake build system, as it requires less patching and is easier to handle. PR: 211329 Reviewed by: mat, rakuco, kwm Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D7283
29 lines
649 B
Makefile
29 lines
649 B
Makefile
# Created by: Michael Johnson <ahze@ahze.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= exiv2
|
|
PORTVERSION= 0.25
|
|
PORTEPOCH= 1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.exiv2.org/
|
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
|
COMMENT= Exif, IPTC, and XMP metadata manipulation library and tools
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libexpat.so:textproc/expat2
|
|
|
|
USES= cmake:outsource cpe gettext iconv pathfix
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_ARGS= -DEXIV2_ENABLE_VIDEO:BOOL=TRUE \
|
|
-DEXIV2_ENABLE_BUILD_PO:BOOL=TRUE \
|
|
-DEXIV2_ENABLE_BUILD_SAMPLES:BOOL=FALSE
|
|
|
|
PATHFIX_CMAKELISTSTXT= CMakeChecks.txt
|
|
|
|
CFLAGS_powerpc64= -mminimal-toc
|
|
|
|
.include <bsd.port.mk>
|