Libkexif is a library for manipulating EXIF information embedded in images. It currently supports viewing of all EXIF information via libexif. It also supports the modification of a few attributes in a safe way that preserves all other EXIF information in the file.
24 lines
667 B
Makefile
24 lines
667 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2005/01/09 10:33:37 seb Exp $
|
|
|
|
DISTNAME= libkexif-0.2.1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=digikam/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= seb@NetBSD.ORG
|
|
HOMEPAGE= http://digikam.sourceforge.net/
|
|
COMMENT= Image EXIF information library manipulation
|
|
|
|
USE_BUILDLINK3= YES
|
|
USE_DIRS+= xdg-1.1
|
|
USE_GNU_TOOLS+= make
|
|
USE_LANGUAGES= c c++
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
SHLIBTOOL_OVERRIDE= libtool
|
|
|
|
.include "../../meta-pkgs/kde3/kde3.mk"
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.include "../../graphics/libexif/buildlink3.mk"
|
|
.include "../../x11/kdelibs3/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|