diff options
Diffstat (limited to 'graphics/exiv2/Makefile')
-rw-r--r-- | graphics/exiv2/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile new file mode 100644 index 00000000000..e1179391998 --- /dev/null +++ b/graphics/exiv2/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/02/25 19:05:30 drochner Exp $ +# + +DISTNAME= exiv2-0.6.1 +CATEGORIES= graphics +MASTER_SITES= http://home.arcor.de/ahuggel/exiv2/ + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://home.arcor.de/ahuggel/exiv2/ +COMMENT= Image metadata manipulation + +USE_BUILDLINK3= yes +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes +USE_GNU_TOOLS+= make + +.include "../../mk/bsd.pkg.mk" |