freebsd-ports/mail/claws-mail-pdf_viewer/Makefile
Matthias Andree e04fbcb48e mail/claws-mail: reorganize plugins
renames a few ports to match their names to the plugin names
(adding to MOVED)

PR:		245939
PR:		239659
Submitted by:	rozhuk.im@gmail.com
Approved by:	Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
2020-06-11 17:49:58 +00:00

16 lines
322 B
Makefile

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