Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/devel/exempi/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/devel/exempi/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.2 retrieving revision 1.26 diff -u -p -r1.2 -r1.26 --- pkgsrc/devel/exempi/Makefile 2008/05/24 06:14:00 1.2 +++ pkgsrc/devel/exempi/Makefile 2017/01/01 16:06:08 1.26 @@ -1,23 +1,32 @@ -# $NetBSD: Makefile,v 1.2 2008/05/24 06:14:00 obache Exp $ -# +# $NetBSD: Makefile,v 1.26 2017/01/01 16:06:08 adam Exp $ -DISTNAME= exempi-2.0.0 +DISTNAME= exempi-2.3.0 +PKGREVISION= 2 CATEGORIES= devel graphics MASTER_SITES= http://libopenraw.freedesktop.org/download/ +EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://libopenraw.freedesktop.org/wiki/Exempi -COMMENT= XMP library +COMMENT= XMP (Extensible Metadata Platform) library +LICENSE= modified-bsd GNU_CONFIGURE= yes +CONFIGURE_ENV+= ac_cv_tls=none USE_LIBTOOL= yes USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ +CONFIGURE_ARGS+= LIBS=${BUILDLINK_LDADD.iconv:Q} + +PTHREAD_AUTO_VARS= yes + PKGCONFIG_OVERRIDE+= exempi/exempi-2.0.pc.in .include "options.mk" +.include "../../devel/zlib/buildlink3.mk" .include "../../converters/libiconv/buildlink3.mk" .include "../../textproc/expat/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk"