1e4ca2627d
The package changed with the addition of its libepoll-shim dependency. Otherwise, we can get: ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
25 lines
712 B
Makefile
25 lines
712 B
Makefile
# $NetBSD: Makefile,v 1.24 2022/08/11 05:08:48 gutteridge Exp $
|
|
#
|
|
|
|
DISTNAME= zathura-cb-0.1.9
|
|
PKGREVISION= 2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= https://pwmt.org/projects/zathura-cb/download/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= leot@NetBSD.org
|
|
HOMEPAGE= https://pwmt.org/projects/zathura-cb/
|
|
COMMENT= Adds comic book support to zathura
|
|
LICENSE= zlib
|
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PYTHON_FOR_BUILD_ONLY= tool
|
|
|
|
.include "../../devel/meson/build.mk"
|
|
.include "../../archivers/libarchive/buildlink3.mk"
|
|
.include "../../graphics/cairo/buildlink3.mk"
|
|
.include "../../print/zathura/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../x11/gtk3/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|