blob: 70fdc735c02d59a42da6896af21ea00c9f7c2ae4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# $FreeBSD$
PORTNAME= diffpdf
PORTVERSION= 2.1.3
PORTREVISION= 4
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>
|