pkgsrc/graphics/exiv2/Makefile
drochner 2e5838c28a update to 0.15
This maintenance release fixes a number of bugs, adds support for
Minolta G500 RAW files and has minor tag and some larger translation
updates.
2007-07-17 19:29:30 +00:00

22 lines
526 B
Makefile

# $NetBSD: Makefile,v 1.16 2007/07/17 19:29:30 drochner Exp $
#
DISTNAME= exiv2-0.15
CATEGORIES= graphics
MASTER_SITES= http://www.exiv2.org/
MAINTAINER= gdt@NetBSD.org
HOMEPAGE= http://www.exiv2.org/
COMMENT= Image metadata manipulation
USE_LANGUAGES= c c++
GCC_REQD+= 3.3
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE= config/exiv2.pc.in
.include "../../devel/zlib/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"