freebsd-ports/graphics/diffpdf/Makefile
Dirk Meyer 6a9bf9dff6 DiffPDF is used to compare two PDF files-textually or visually.
DiffPDF can compare two PDF files.
It offers three comparison modes: Words, Characters, and Appearance.

LICENSE: GPL2 or later

WWW: http://www.qtrac.eu/diffpdf-foss.html
2017-01-21 17:19:26 +00:00

26 lines
529 B
Makefile

# $FreeBSD$
PORTNAME= diffpdf
PORTVERSION= 2.1.3
CATEGORIES= graphics
MASTER_SITES= http://www.qtrac.eu/
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Compare two PDF files-textually or visually
LIB_DEPENDS= libpoppler-qt4.so:graphics/poppler-qt4
LICENSE= GPLv2+
USES= qmake
USE_QT4= qmake_build moc_build rcc_build uic_build linguist_build
PLIST_FILES= bin/diffpdf
pre-configure:
${LRELEASE} ${BUILD_WRKSRC}/${PORTNAME}.pro
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/diffpdf ${STAGEDIR}${PREFIX}/bin/
.include <bsd.port.mk>