freebsd-ports/graphics/zathura-cb/Makefile
Alexandre C. Guimarães c09788ee9b graphics/zathura: Update to 0.4.5.
- 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
2020-07-21 19:53:03 +00:00

29 lines
771 B
Makefile

# $FreeBSD$
PORTNAME= zathura-cb
DISTVERSION= 0.1.8
PORTREVISION= 4
CATEGORIES= graphics
MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Comic book plugin for Zathura PDF viewer
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= zathura:graphics/zathura
RUN_DEPENDS= zathura:graphics/zathura
USES= compiler:c11 desktop-file-utils gnome libarchive meson ninja \
pkgconfig ssl
USE_GNOME= glib20 gtk30
PLIST_FILES= lib/zathura/libcb.so \
share/appdata/org.pwmt.zathura-cb.metainfo.xml \
share/applications/org.pwmt.zathura-cb.desktop
pre-configure:
${REINPLACE_CMD} "s:join_paths(datadir, 'metainfo'):join_paths(datadir, 'appdata'):" ${WRKSRC}/meson.build
.include <bsd.port.mk>