pkgsrc/graphics/exif/Makefile
drochner 9c98977559 update to 0.6.15
exif-0.6.15 is to release the accumulated changes made during the
last 3 years. Better change tracking will be made from here on.
2007-06-15 11:28:04 +00:00

26 lines
682 B
Makefile

# $NetBSD: Makefile,v 1.19 2007/06/15 11:28:04 drochner Exp $
#
DISTNAME= exif-0.6.15
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libexif/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://libexif.sourceforge.net/
COMMENT= Grab Exif information from digital camera images
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
LIBS+= ${BUILDLINK_LDADD.iconv}
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/popt/buildlink3.mk"
.include "../../graphics/libexif/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"