opnsense-ports/graphics/diffpdf/Makefile
Franco Fichtner d9a3ce89d2 */*: sync with upstream
Taken from: HardenedBSD
2019-08-01 12:10:42 +02:00

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>