27 lines
671 B
Makefile
27 lines
671 B
Makefile
# $NetBSD: Makefile,v 1.3 2012/10/03 09:10:39 asau Exp $
|
|
#
|
|
|
|
DISTNAME= libiptcdata-1.0.3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libiptcdata/}
|
|
|
|
MAINTAINER= kamelderouiche@yahoo.com
|
|
HOMEPAGE= http://libiptcdata.sourceforge.net/
|
|
COMMENT= Library to parse IPTC metadata
|
|
|
|
CHECK_PORTABILITY_SKIP+= configure
|
|
|
|
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"
|