Update HOMEPAGE/MASTER_SITES. Update to 0.10. bug fixes improved CRW support add tiff suppport (and therefore NEF)
19 lines
390 B
Makefile
19 lines
390 B
Makefile
# $NetBSD: Makefile,v 1.9 2006/06/09 20:04:23 gdt Exp $
|
|
#
|
|
|
|
DISTNAME= exiv2-0.10
|
|
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
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|