freebsd-ports/graphics/electrix/Makefile
Tobias C. Berner f4566d704a graphics/poppler: update to 0.81.0
Release 0.81.0:
        core:
         * Splash: Always enable support for CMYK rasterization
         * CairoOutputDev: Check scaled dimensions for 0. Issue #737
         * BaseCryptStream: Fix potential uninitialized memory read
         * SplashBitmap: Fix wrong width condition for splashModeDeviceN8
         * Fix crashes in malformed files

PR:		240781
Exp-run by:	antoine
Approved by:	gnome (kwm, implicit)
2019-09-29 07:25:04 +00:00

40 lines
901 B
Makefile

# $FreeBSD$
PORTNAME= electrix
PORTVERSION= 0.2.0
PORTREVISION= 17
CATEGORIES= graphics print
MASTER_SITES= SF/${PORTNAME:tl}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Application to view PDF files
LICENSE= GPLv2
USES= desktop-file-utils pkgconfig python:2.7 tar:bzip2 waf
USE_GNOME= gtk20 glib20 intltool intlhack
MAKE_ENV= DESTDIR="${STAGEDIR}" \
JOBS="${MAKE_JOBS_NUMBER}" \
LINKFLAGS="${LDFLAGS}"
OPTIONS_DEFINE= DBUS NLS PDF PS
OPTIONS_DEFAULT= DBUS PDF
OPTIONS_SUB= yes
DBUS_LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib
DBUS_CONFIGURE_OFF= --disable-dbus
NLS_USES= gettext
NLS_CONFIGURE_OFF= --disable-nls
PDF_LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib
PDF_CONFIGURE_OFF= --disable-pdf
PS_LIB_DEPENDS= libspectre.so:print/libspectre
PS_CONFIGURE_OFF= --disable-ps
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/electrix
.include <bsd.port.mk>