e99a66bf7e
Changelog: This is qpdf version 9.0.2. It contains one small bug fix to the --replace-input option.
23 lines
630 B
Makefile
23 lines
630 B
Makefile
# $NetBSD: Makefile,v 1.31 2019/10/15 13:27:15 ryoon Exp $
|
|
|
|
DISTNAME= qpdf-9.0.2
|
|
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
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake perl:run pkg-config
|
|
GNU_CONFIGURE= yes
|
|
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"
|