pkgsrc/print/qpdf/Makefile
leot a5d0a65690 qpdf: Delete reference to libjpeg in the libqpdf `.pc' file
graphics/jpeg does not provide any `.pc' file this will lead in failures when
invoking pkg-config agaisnt `libqpdf'. Adjust `Requires.private:' in
libqpdf.pc.in to omit libjpeg.

Bump PKGREVISION since the new installed libqpdf.pc file will fix packages that
depends on print/qpdf.

OK by <pgoyette> and <ryoon>, thanks!
2017-10-03 08:33:45 +00:00

24 lines
640 B
Makefile

# $NetBSD: Makefile,v 1.16 2017/10/03 08:33:45 leot Exp $
DISTNAME= qpdf-7.0.0
PKGREVISION= 1
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qpdf/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://qpdf.sourceforge.net/
COMMENT= Structural, content-preserving transformations on PDF files
LICENSE= apache-2.0
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake perl:run pkg-config
USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE+= libqpdf.pc.in
REPLACE_PERL= qpdf/fix-qdf
.include "../../mk/jpeg.buildlink3.mk"
.include "../../devel/pcre/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"