freebsd-ports/mail/claws-mail-pdf_viewer/Makefile
Koop Mast cf649469f2 Update poppler to 0.40.0. [1]
Add patches to py-poppler [2] and rubygem-poppler [3] to fix the build
of these ports with poppler 0.39+.

PR:		206293 [1]
Submitted by:	olivierd@ [1]
Obtained from:	ubuntu [2], rubygem-poppler upstream [3]
2016-01-21 19:40:10 +00:00

16 lines
333 B
Makefile

# Created by: Pawel Pekala <c0rn@o2.pl>
# $FreeBSD$
PORTNAME= pdf_viewer
PORTREVISION= 1
COMMENT= PDF and PostScript viewer plugin for Claws Mail
LIB_DEPENDS= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib
USES+= ghostscript
CLAWS_PLUGINS_BUILD= pdf_viewer
.include "../claws-mail/Makefile.claws"
.include <bsd.port.mk>