21 lines
477 B
Makefile
21 lines
477 B
Makefile
# $NetBSD: Makefile,v 1.12 2006/10/12 14:03:08 drochner Exp $
|
|
#
|
|
|
|
DISTNAME= exiv2-0.11
|
|
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 "../../mk/bsd.pkg.mk"
|