mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
d2f834ba51
Bump after rupdate in 478df79a30
29 lines
603 B
Makefile
29 lines
603 B
Makefile
PORTNAME= diff-pdf
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.5.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= uzsolt@FreeBSD.org
|
|
COMMENT= Tool for visually comparing two PDFs
|
|
WWW= https://vslavik.github.io/diff-pdf/
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib \
|
|
libpoppler.so:graphics/poppler
|
|
|
|
USES= autoreconf compiler:c++11-lang gnome pkgconfig
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= vslavik
|
|
USE_GNOME= cairo glib20
|
|
USE_WX= 3.0+
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG}
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|