- zathura-pdf-poppler-0.2.5 using poppler lib for pdf rendering - zathura-pdf-mupdf-0.2.6 using mupdf backend for pdf (note, the two pdf plugins install the same file and thus conflict) - zathura-ps-0.2.2 for PostScript files - zathura-djvu-0.2.3 for DJVU files - zathura-cb-0.1.2 for comic book archives ok ajacoutot@
11 lines
180 B
Makefile
11 lines
180 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2014/09/02 13:32:54 landry Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += poppler
|
|
SUBDIR += mupdf
|
|
SUBDIR += ps
|
|
SUBDIR += djvu
|
|
SUBDIR += cb
|
|
|
|
.include <bsd.port.subdir.mk>
|