563f73ccfe
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]
27 lines
701 B
Makefile
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>
|