freebsd-ports/mail/claws-mail-pdf_viewer/Makefile
Koop Mast 2a51b2182a Update poppler to 0.24.4.
Update comment.
Use new LIB_DEPENDS syntax, use USES=pathfix.
Stagify.

Bump portrevision of all affected ports, and Update poppler* LIB_DEPENDS to
new syntax.
2013-12-27 16:54:21 +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
USE_GHOSTSCRIPT=yes
CLAWS_PLUGINS_BUILD= pdf_viewer
.include "../claws-mail/Makefile.claws"
.include <bsd.port.mk>