freebsd-ports/print/deforaos-pdfviewer/Makefile
Koop Mast 563f73ccfe Update poppler to 0.30.0 [1].
Make sure we use openjpeg1 in poppler, while openjpeg2 support
was added there still bugs in openjpeg2 that need to be fixed.
Add patches to inkscape for API changes in poppler 0.29.0 [2].

PR:		196599 [1]
Submitted by:	olivierd@ [1]
Exp-run by:	antoine@
Obtained from:	upstream [2]
2015-02-03 12:28:23 +00:00

27 lines
701 B
Makefile

# Created by: Olivier Cochard-Labbe <olivier@cochard.me>
# $FreeBSD$
PORTNAME= pdfviewer
PORTVERSION= 0.0.1
PORTREVISION= 4
CATEGORIES= print
MASTER_SITES= http://www.defora.org/os/download/download/3686/
PKGNAMEPREFIX= deforaos-
DISTNAME= PDFViewer-${PORTVERSION}
MAINTAINER= olivier@cochard.me
COMMENT= DeforaOS desktop PDF viewer
LICENSE= GPLv3
LIB_DEPENDS= libSystem.so:${PORTSDIR}/devel/deforaos-libsystem \
libDesktop.so:${PORTSDIR}/x11/deforaos-libdesktop \
libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib
MAKE_ARGS+= PREFIX=${PREFIX}
USES= desktop-file-utils pkgconfig
USE_GNOME= gtk20
PLIST_FILES= bin/pdfviewer \
share/applications/pdfviewer.desktop
.include <bsd.port.mk>