blob: a7bdca566e379f3b6f6a1c841ea784f346b5256b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PORTNAME= pdf_viewer
PORTREVISION= 7
COMMENT= PDF and PostScript viewer plugin for Claws Mail
WWW= https://www.claws-mail.org/plugin.php?plugin=pdf_viewer
LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib
USES+= ghostscript
CLAWS_PLUGINS_BUILD= ${PORTNAME}
.include "../claws-mail/Makefile.claws"
.include <bsd.port.mk>
|