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