2020-11-20 20:08:05 +01:00
|
|
|
# $NetBSD: Makefile.common,v 1.119 2020/11/20 19:08:05 wiz Exp $
|
2008-11-10 21:59:27 +01:00
|
|
|
#
|
2008-06-03 22:31:10 +02:00
|
|
|
# used by print/poppler/Makefile
|
2013-08-22 11:11:16 +02:00
|
|
|
# used by print/poppler-cpp/Makefile
|
2008-10-25 01:28:53 +02:00
|
|
|
# used by print/poppler-glib/Makefile
|
2008-11-20 15:33:00 +01:00
|
|
|
# used by print/poppler-includes/Makefile
|
2014-04-29 10:03:53 +02:00
|
|
|
# used by print/poppler-qt5/Makefile
|
2008-10-25 01:28:53 +02:00
|
|
|
# used by print/poppler-utils/Makefile
|
2006-01-11 18:49:35 +01:00
|
|
|
|
2020-11-20 20:08:05 +01:00
|
|
|
POPPLER_VERS= 20.11.0
|
2019-05-09 11:28:22 +02:00
|
|
|
DISTNAME= poppler-${POPPLER_VERS}
|
|
|
|
CATEGORIES= print
|
|
|
|
MASTER_SITES= https://poppler.freedesktop.org/
|
|
|
|
EXTRACT_SUFX= .tar.xz
|
2006-01-11 18:49:35 +01:00
|
|
|
|
2019-05-09 11:28:22 +02:00
|
|
|
MAINTAINER= reed@reedmedia.net
|
|
|
|
HOMEPAGE= https://poppler.freedesktop.org/
|
|
|
|
LICENSE= gnu-gpl-v2
|
2006-01-11 18:49:35 +01:00
|
|
|
|
2019-05-09 11:28:22 +02:00
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../print/poppler/distinfo
|
|
|
|
PATCHDIR= ${.CURDIR}/../../print/poppler/patches
|
2006-01-11 18:49:35 +01:00
|
|
|
|
2019-05-09 11:28:22 +02:00
|
|
|
USE_CMAKE= yes
|
2018-12-14 14:16:26 +01:00
|
|
|
USE_LANGUAGES= c c++14
|
2019-05-09 11:28:22 +02:00
|
|
|
USE_TOOLS+= pkg-config
|
2019-06-17 21:21:07 +02:00
|
|
|
GCC_REQD+= 5
|
2014-01-14 09:49:53 +01:00
|
|
|
|
2014-07-26 10:16:36 +02:00
|
|
|
.include "../../mk/compiler.mk"
|
|
|
|
.if !empty(PKGSRC_COMPILER:Mclang)
|
|
|
|
BUILDLINK_TRANSFORM+= rm:-fno-check-new
|
|
|
|
.endif
|
2015-01-08 11:16:54 +01:00
|
|
|
|
2020-03-01 12:18:58 +01:00
|
|
|
.include "../../devel/boost-headers/buildlink3.mk"
|
2015-01-08 11:16:54 +01:00
|
|
|
.include "../../graphics/openjpeg/buildlink3.mk"
|