freebsd-ports/graphics/diffpdf/Makefile
Mark Linimon efc62e6bcd Adjust USES to fix builds on gcc-based architectures.
While here, pet portlint.

Tested for no regression on amd64.

Approved by:	portmgr (tier-2 blanket)
2018-06-18 19:03:03 +00:00

27 lines
565 B
Makefile

# $FreeBSD$
PORTNAME= diffpdf
PORTVERSION= 2.1.3
PORTREVISION= 1
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-qt4.so:graphics/poppler-qt4
USES= compiler:c++11-lang 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>