freebsd-ports/graphics/poppler-data/Makefile
Tobias C. Berner 145b004cbd graphics/poppler: update to 23.02
core:
         * CairoOutputDev: Fix rendering of color type 3 fonts
         * CairoOutputDev: Add handling matte entry
         * Fix segfault on wrong nssdir
         * Fix "NSS could not shutdown"

        utils:
         * pdfsig: Point out supports PKCS#11 URIs as nickname

graphics/poppler-data: update to 0.4.12

PR:		269346
Exp-run by:	antoine
2023-02-14 18:46:34 +01:00

28 lines
791 B
Makefile

PORTNAME= poppler-data
DISTVERSION= 0.4.12
CATEGORIES= graphics
MASTER_SITES= http://poppler.freedesktop.org/
MAINTAINER= desktop@FreeBSD.org
COMMENT= Poppler encoding data
WWW= https://poppler.freedesktop.org/
LICENSE= MIT ADOBE GPLv2
LICENSE_COMB= multi
LICENSE_NAME_ADOBE= Adobe Systems Incorporated license
LICENSE_FILE_ADOBE= ${WRKSRC}/COPYING.adobe # similar to BSD3CLAUSE
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING.gpl2
LICENSE_PERMS_ADOBE= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
USES= pathfix
PATHFIX_MAKEFILEIN=Makefile
MAKE_ARGS= prefix=${PREFIX}
NO_ARCH= yes
post-install:
# Share CMap files with Ghostscript.
${MKDIR} ${STAGEDIR}${PREFIX}/share/cmap
${LN} ${STAGEDIR}${PREFIX}/share/poppler/cMap/*/* \
${STAGEDIR}${PREFIX}/share/cmap
.include <bsd.port.mk>