freebsd-ports/print/deforaos-pdfviewer/Makefile
Koop Mast cf649469f2 Update poppler to 0.40.0. [1]
Add patches to py-poppler [2] and rubygem-poppler [3] to fix the build
of these ports with poppler 0.39+.

PR:		206293 [1]
Submitted by:	olivierd@ [1]
Obtained from:	ubuntu [2], rubygem-poppler upstream [3]
2016-01-21 19:40:10 +00:00

27 lines
701 B
Makefile

# Created by: Olivier Cochard-Labbe <olivier@cochard.me>
# $FreeBSD$
PORTNAME= pdfviewer
PORTVERSION= 0.0.1
PORTREVISION= 6
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>