pkgsrc/graphics/pdfpc/Makefile
ryoon 7c319f1a5f graphics/pdfpc: import pdfpc-4.4.0
pdfpc is a GTK-based presentation viewer which uses Keynote-like
multi-monitor output to provide meta information to the speaker
during the presentation. It is able to show a normal presentation
window on one screen while showing a more sophisticated overview
on the other one, providing information like a picture of the next
slide, as well as the time left in the presentation. pdfpc processes
PDF documents, which can be created using nearly all modern
presentation software.
2020-06-14 07:40:59 +00:00

29 lines
910 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/06/14 07:40:59 ryoon Exp $
DISTNAME= pdfpc-4.4.0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=pdfpc/}
GITHUB_PROJECT= pdfpc
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= https://pdfpc.github.io/
COMMENT= Presenter console with multi-monitor support for PDF files
LICENSE= gnu-gpl-v2
DEPENDS+= gst-plugins1-gtk-[0-9]*:../../multimedia/gst-plugins1-gtk
USE_TOOLS+= pkg-config
USE_CMAKE= yes
EGDIR= ${PREFIX}/share/examples/pdfpc
CONF_FILES+= ${EGDIR}/pdfpcrc ${PKG_SYSCONFDIR}/pdfpcrc
.include "../../devel/libgee/buildlink3.mk"
BUILDLINK_DEPMETHOD.vala= build
.include "../../lang/vala/buildlink3.mk"
.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
.include "../../multimedia/gstreamer1/buildlink3.mk"
.include "../../print/poppler-glib/buildlink3.mk"
.include "../../x11/gtk3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"