mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
c09788ee9b
- graphics/zathura-pdf-poppler: Update to 0.3.0 - update zathura-* and girara MASTER_SITES PR: 244545 Approved by: madpilot (maintainer) Quentin Stievenart <quentin.stievenart@gmail.com> (maintainer) Zsolt Udvari <uzsolt_uzsolt.hu> (maintainer) Michael Danilov <mike.d.ft402@gmail.com> (maintainer, time-out) alexander.4mail@gmail.com (maintainer, time-out) Differential Revision: https://reviews.freebsd.org/D23908
34 lines
880 B
Makefile
34 lines
880 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= zathura-ps
|
|
DISTVERSION= 0.2.6
|
|
PORTREVISION= 4
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= PostScript support for Zathura PDF viewer
|
|
|
|
LICENSE= ZLIB
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libspectre.so:print/libspectre
|
|
BUILD_DEPENDS= zathura:graphics/zathura
|
|
RUN_DEPENDS= zathura:graphics/zathura
|
|
|
|
USES= compiler:c11 desktop-file-utils gnome meson ninja pkgconfig ssl
|
|
USE_GNOME= glib20 gtk30
|
|
|
|
PLIST_FILES= lib/zathura/libps.so \
|
|
share/applications/org.pwmt.zathura-ps.desktop \
|
|
share/appdata/org.pwmt.zathura-ps.metainfo.xml
|
|
|
|
pre-configure:
|
|
${REINPLACE_CMD} "s:join_paths(datadir, 'metainfo'):join_paths(datadir, 'appdata'):" \
|
|
${WRKSRC}/meson.build
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/zathura/libps.so
|
|
|
|
.include <bsd.port.mk>
|