forked from Lainports/freebsd-ports
Release 0.79.0:
core:
* Fix regression on TextSelectionPainter
* Fix parsing of DefaultAppearance
* Fix memory leak in PostScriptFunction
* Fix crashes in fuzzed files
qt5:
* Implemented support for setIcon by changing appearance
* Added option to set the form available to print
* QString::null is deprecated, use QString()
* Replace deprecated qStableSort with std::stable_sort
build system:
* Turn README into README.md and expand it
PR: 239277
Exp-run by: antoine
Approved by: gnome (kwm, implicit)
28 lines
582 B
Makefile
28 lines
582 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= diffpdf
|
|
PORTVERSION= 2.1.3
|
|
PORTREVISION= 10
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.qtrac.eu/
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
COMMENT= Compare two PDF files-textually or visually
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
LIB_DEPENDS= libpoppler-qt5.so:graphics/poppler-qt5
|
|
|
|
USES= compiler:c++11-lang qmake qt:5
|
|
USE_GL= gl
|
|
USE_QT= buildtools linguist_build core gui printsupport widgets
|
|
|
|
PLIST_FILES= bin/diffpdf
|
|
|
|
pre-configure:
|
|
${LRELEASE} ${BUILD_WRKSRC}/${PORTNAME}.pro
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/diffpdf ${STAGEDIR}${PREFIX}/bin/
|
|
|
|
.include <bsd.port.mk>
|