mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
36 lines
950 B
Makefile
36 lines
950 B
Makefile
# $NetBSD: Makefile.common,v 1.80 2016/08/01 14:11:12 wiz Exp $
|
|
#
|
|
# used by print/poppler/Makefile
|
|
# used by print/poppler-cpp/Makefile
|
|
# used by print/poppler-glib/Makefile
|
|
# used by print/poppler-includes/Makefile
|
|
# used by print/poppler-qt4/Makefile
|
|
# used by print/poppler-qt5/Makefile
|
|
# used by print/poppler-utils/Makefile
|
|
|
|
POPPLER_VERS= 0.46.0
|
|
DISTNAME= poppler-${POPPLER_VERS}
|
|
CATEGORIES= print
|
|
MASTER_SITES= http://poppler.freedesktop.org/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
HOMEPAGE= http://poppler.freedesktop.org/
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../print/poppler/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../print/poppler/patches
|
|
|
|
USE_TOOLS+= pkg-config
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
# Don't accidentally find libtiff
|
|
CONFIGURE_ARGS+= --disable-libtiff
|
|
|
|
.include "../../mk/compiler.mk"
|
|
.if !empty(PKGSRC_COMPILER:Mclang)
|
|
BUILDLINK_TRANSFORM+= rm:-fno-check-new
|
|
.endif
|
|
|
|
.include "../../graphics/openjpeg/buildlink3.mk"
|