d0bb4d7c41
zathura is a highly customizable and functional PDF viewer based on the poppler rendering library and the gtk+ toolkit. The idea behind zathura is an application that provides a minimalistic and space saving interface as well as an easy usage that mainly focuses on keyboard interaction. Initially packaged in pkgsrc-wip by bodie and updated by degroote@ and myself. Discussed and ok degroote@.
16 lines
446 B
Makefile
16 lines
446 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2016/02/14 13:43:21 leot Exp $
|
|
|
|
BUILDLINK_TREE+= zathura
|
|
|
|
.if !defined(ZATHURA_BUILDLINK3_MK)
|
|
ZATHURA_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.zathura+= zathura>=0.2.1
|
|
BUILDLINK_ABI_DEPENDS.zathura+= zathura>=0.2.1
|
|
BUILDLINK_PKGSRCDIR.zathura?= ../../print/zathura
|
|
|
|
.include "../../graphics/cairo/buildlink3.mk"
|
|
.include "../../graphics/girara/buildlink3.mk"
|
|
.endif # ZATHURA_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -zathura
|