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]
16 lines
333 B
Makefile
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>
|