pkgsrc/print/diffpdf/Makefile
ryoon b033ac98b9 Update to 1.5.0
Changelog:
1.5.0

Added Save As action and dialog for saving the differences to a PDF file.

1.3.0

Added support for -a, --appearance, -t, --text command line options to
set the initial comparison mode.

1.2.3

Added a mention of comparepdf in the About box.
2011-11-22 19:46:09 +00:00

29 lines
763 B
Makefile

# $NetBSD: Makefile,v 1.16 2011/11/22 19:46:09 ryoon Exp $
#
DISTNAME= diffpdf-1.5.0
CATEGORIES= print
MASTER_SITES= http://www.qtrac.eu/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.qtrac.eu/diffpdf.html
COMMENT= PDF comparision tool
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c++
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
do-configure:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QTDIR}/bin/qmake
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/diffpdf ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/diffpdf.1 \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.include "../../x11/qt4-libs/buildlink3.mk"
.include "../../x11/qt4-tools/buildlink3.mk"
.include "../../print/poppler-qt4/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"