freebsd-ports/graphics/diff-pdf/Makefile
Tobias C. Berner d98b56f1de graphics/poppler: update to 21.09
Release 21.09.0:
        core:
         * Splash: Massive speed improvement on files that use lots of save/restore (q/Q) operators
         * Correct decoding of signature properties Reason & Location when they are Unicode
         * Fix issues with malformed files
         * MSVC build fixes

        build system:
         * Call cmake_minium_required() before project()
         * Always append to CMAKE_{C,CXX}_FLAGS_${CMAKE_BUILD_TYPE}
         * correctly forward user-provided flags to try_compile()

Exp-run by:	antoine
PR:		258206
2021-09-06 18:31:18 +02:00

27 lines
576 B
Makefile

PORTNAME= diff-pdf
DISTVERSIONPREFIX= v
DISTVERSION= 0.5
PORTREVISION= 8
CATEGORIES= graphics
MAINTAINER= uzsolt@uzsolt.hu
COMMENT= Tool for visually comparing two PDFs
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpoppler.so:graphics/poppler \
libpoppler-glib.so:graphics/poppler-glib
USES= autoreconf compiler:c++11-lang gnome pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= vslavik
GH_TAGNAME= d494f96
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG}
USE_GNOME= cairo glib20
USE_WX= 3.0+
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>