2012-10-06 16:10:39 +02:00
|
|
|
# $NetBSD: Makefile,v 1.33 2012/10/06 14:10:48 asau Exp $
|
2005-02-25 20:05:30 +01:00
|
|
|
|
2012-04-26 14:41:25 +02:00
|
|
|
DISTNAME= exiv2-0.23
|
2010-01-27 13:40:48 +01:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= http://www.exiv2.org/
|
2005-02-25 20:05:30 +01:00
|
|
|
|
2010-01-27 13:40:48 +01:00
|
|
|
MAINTAINER= gdt@NetBSD.org
|
|
|
|
HOMEPAGE= http://www.exiv2.org/
|
|
|
|
COMMENT= Image metadata manipulation
|
|
|
|
LICENSE= gnu-gpl-v2
|
2009-01-07 02:07:51 +01:00
|
|
|
|
2005-12-05 21:49:47 +01:00
|
|
|
GCC_REQD+= 3.3
|
2010-06-11 12:42:38 +02:00
|
|
|
USE_LANGUAGES= c c++
|
2006-02-07 22:52:39 +01:00
|
|
|
USE_LIBTOOL= yes
|
2009-01-07 02:07:51 +01:00
|
|
|
USE_PKGLOCALEDIR= yes
|
2010-06-11 12:42:38 +02:00
|
|
|
USE_TOOLS+= gmake
|
|
|
|
GNU_CONFIGURE= yes
|
2009-01-07 02:07:51 +01:00
|
|
|
# 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
|
|
|
|
|
2006-06-09 22:37:53 +02:00
|
|
|
PKGCONFIG_OVERRIDE= config/exiv2.pc.in
|
2005-02-25 20:05:30 +01:00
|
|
|
|
2008-01-16 08:54:01 +01:00
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
2007-03-13 10:45:18 +01:00
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
2008-01-16 08:54:01 +01:00
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
|
|
.include "../../textproc/expat/buildlink3.mk"
|
2005-02-25 20:05:30 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|