forked from Lainports/freebsd-ports
This update brings many changes - the build system has switched to cmake - some ports needed to be switched to use their bundled version of poppler: - print/tex-luatex (r487226) - print/tex-xetex (r487226) - editors/opeonffice-devel - Qt4 support has been dropped - print/frescobaldi has been removed for this reason. - most of the added patches can be removed with the next upgrade of the concerning port. PR: 233452 Exp-run by: antoine Approved by: gnome (kwm) Differential Revision: https://reviews.freebsd.org/D17456
32 lines
666 B
Makefile
32 lines
666 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= diff-pdf
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.2-27
|
|
DISTVERSIONSUFFIX= -gc4d6722
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= uzsolt@uzsolt.hu
|
|
COMMENT= Tool for visually comparing two PDFs
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libpoppler.so:graphics/poppler \
|
|
libpoppler-glib.so:graphics/poppler-glib
|
|
|
|
USES= autoreconf pkgconfig
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= vslavik
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG}
|
|
USE_GNOME= cairo glib20
|
|
USE_WX= 2.8+
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} '/AM_PATH_WXCONFIG/ s,3.0.0,2.8.0,' ${WRKSRC}/configure.ac
|
|
|
|
.include <bsd.port.mk>
|