aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/exiv2/Makefile
blob: b19fa640c71e34dd423a03d6d82f01e777f67ef8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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>