Files
ports/graphics/diff-pdf/Makefile
T
Tobias C. Berner c8e8499d9e graphics/poppler: bump port revision of poppler consumers
- poppler was updated to 22.10 in df406767857ddfc6d9580d72b1613a7cf8579bbc
2022-10-08 16:42:49 +02:00

29 lines
619 B
Makefile

PORTNAME= diff-pdf
DISTVERSIONPREFIX= v
DISTVERSION= 0.5
PORTREVISION= 19
CATEGORIES= graphics
MAINTAINER= uzsolt@uzsolt.hu
COMMENT= Tool for visually comparing two PDFs
WWW= https://vslavik.github.io/diff-pdf/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpoppler.so:graphics/poppler \
libpoppler-glib.so:graphics/poppler-glib
USES= autoreconf compiler:c++11-lang gnome pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= vslavik
GH_TAGNAME= d494f96
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG}
USE_GNOME= cairo glib20
USE_WX= 3.0+
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>