df40883e90
Libiptcdata is a library, for manipulating the International Press Telecommunications Council (IPTC) metadata stored within multimedia files such as images. The library provides routines for parsing viewing, modifying, and saving this metadata. Originally packaged in pkgsrc-wip by: - Kamel Ibn Aziz Derouiche - Aleksej Saushev - Kamil Rytarowski - Thomas Klausner
24 lines
653 B
Makefile
24 lines
653 B
Makefile
# $NetBSD: Makefile,v 1.1 2016/07/10 21:57:47 kamil Exp $
|
|
|
|
DISTNAME= libiptcdata-1.0.4
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libiptcdata/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://libiptcdata.sourceforge.net/
|
|
COMMENT= Library to parse IPTC metadata
|
|
LICENSE= gnu-lgpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config intltool gettext
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LANGUAGES+= c c++
|
|
|
|
PKGCONFIG_OVERRIDE+= libiptcdata/libiptcdata.pc.in
|
|
|
|
CONFIGURE_ARGS+= --disable-python
|
|
|
|
.include "../../databases/shared-mime-info/mimedb.mk"
|
|
.include "../../textproc/gtk-doc/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|