freebsd-ports/graphics/diffpdf/Makefile
Tobias C. Berner 3a7ab00b4f graphics/poppler: bump PORTREVISION of dependencies
- after update to 22.11 in d01d0d73b169
2022-11-08 06:07:17 +01:00

27 lines
642 B
Makefile

PORTNAME= diffpdf
PORTVERSION= 2.1.3
PORTREVISION= 47
CATEGORIES= graphics
MASTER_SITES= http://www.qtrac.eu/
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Compare two PDF files-textually or visually
WWW= http://www.qtrac.eu/diffpdf-foss.html
LICENSE= GPLv2+
LIB_DEPENDS= libpoppler-qt5.so:graphics/poppler-qt5
USES= compiler:c++11-lang qmake qt:5 gl
USE_GL= gl
USE_QT= buildtools linguist:build core gui printsupport widgets
PLIST_FILES= bin/diffpdf
pre-configure:
( cd ${BUILD_WRKSRC} && ${LRELEASE} ${BUILD_WRKSRC}/${PORTNAME}.pro )
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/diffpdf ${STAGEDIR}${PREFIX}/bin/
.include <bsd.port.mk>