33 lines
978 B
Text
33 lines
978 B
Text
# $NetBSD: Makefile.common,v 1.9 2018/02/02 17:43:51 jperkin Exp $
|
|
#
|
|
# used by graphics/exiv2/Makefile
|
|
# used by graphics/exiv2-organize/Makefile
|
|
|
|
VER= 0.26
|
|
DISTNAME= exiv2-${VER}-trunk
|
|
PKGNAME= ${DISTNAME:S/-trunk//}
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.exiv2.org/builds/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.exiv2.org/
|
|
COMMENT= Image metadata manipulation
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:S/${VER}-//}
|
|
DISTINFO_FILE= ${.CURDIR}/../../graphics/exiv2/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../graphics/exiv2/patches
|
|
|
|
# for msgfilter
|
|
BUILD_DEPENDS+= gettext-tools-[0-9]*:../../devel/gettext-tools
|
|
|
|
GCC_REQD+= 3.3
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake msgfmt
|
|
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"
|