mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
441d6f4800
- Add support for STAGEDIR - Properly set configure iconv args PR: ports/182439 [1] Reported by: Gerard Seibert <gerard@seibercom.net>
17 lines
333 B
Makefile
17 lines
333 B
Makefile
# Created by: Pawel Pekala <c0rn@o2.pl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pdf_viewer
|
|
PORTREVISION= 0
|
|
|
|
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>
|