mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
5060d003ef
Release 0.90.0: core: * Color profile tweaks * Small signature improvements * BBoxOutputDev: Fix calculation when type3 fonts are involved * Fix potential crash when reading Forms * Fix infinite loop in broken file glib: * Fix adding annots in rotated pages * Add ability to reset forms * Several fixes to the documentation qt5: * Make it clear we require Qt 5.5 * demo: Fix crash on broken files * Small documentation improvements utils: * pdftoppm: Add option to set display profile * pdftops: Add a -rasterize option with values always, never, or whenneeded build system: * Require cmake 3.5 * More modern cmake way to link against curl PR: 247736 Exp-run by: antoine
32 lines
605 B
Makefile
32 lines
605 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pdfpc
|
|
DISTVERSION= 4.4.0
|
|
CATEGORIES= graphics
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 5
|
|
|
|
MAINTAINER= bapt@FreeBSD.org
|
|
COMMENT= Keynote-like multi-monitor presentation viewer
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
BUILD_DEPENDS= valac:lang/vala
|
|
LIB_DEPENDS= libgee-0.8.so:devel/libgee \
|
|
libpoppler-glib.so:graphics/poppler-glib
|
|
|
|
USE_GITHUB= yes
|
|
|
|
USES= cmake gnome pkgconfig
|
|
USE_GNOME= gtk30
|
|
USE_GSTREAMER1= yes
|
|
|
|
CMAKE_ARGS= -DMANDIR:STRING="man/"
|
|
|
|
post-install:
|
|
@${MV} ${STAGEDIR}${PREFIX}/etc/pdfpcrc \
|
|
${STAGEDIR}${PREFIX}/etc/pdfpcrc.sample
|
|
|
|
.include <bsd.port.mk>
|