summaryrefslogtreecommitdiff
path: root/graphics/exiv2/Makefile.common
blob: bfd1c4a4cc5921da5dbbf01730a016dc11a12a95 (plain)
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
# $NetBSD: Makefile.common,v 1.3 2014/06/11 14:18:46 gdt Exp $
# used by graphics/exiv2
# used by graphics/exiv2-organize

DISTNAME=	exiv2-0.24
CATEGORIES=	graphics
MASTER_SITES=	http://www.exiv2.org/

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://www.exiv2.org/
COMMENT=	Image metadata manipulation
LICENSE=	gnu-gpl-v2

DISTINFO_FILE=	${.CURDIR}/../../graphics/exiv2/distinfo
PATCHDIR=	${.CURDIR}/../../graphics/exiv2/patches

GCC_REQD+=		3.3
USE_LANGUAGES=		c c++
USE_LIBTOOL=		yes
USE_TOOLS+=		gmake
GNU_CONFIGURE=		yes
# The visibility feature seems complicated and causes problems on DragonFly
# (reported by Matt Madden) and on Gentoo (http://bugs.gentoo.org/185907).
CONFIGURE_ARGS+=	--disable-visibility

.include "../../textproc/expat/buildlink3.mk"