2018-10-24 14:27:57 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.20 2018/10/24 14:28:09 sthen Exp $
|
Import apvlv 0.0.9.6, A PDF Viewer Like Vim.
Apvlv is a PDF Viewer with vim-like keybindings using poppler rendering
library (that means it won't render pdf that evince and epdfview already
don't render).
For example, <Ctrl-f> for next page, <Ctrl-b> to previous page,
'k','j','h','l' to scrolling a page up, down, left or right, and so on.
It support lots of other shortcuts explained in the provided pdf
documentation, shown when starting it without arguments.
2010-05-13 16:05:05 +00:00
|
|
|
|
|
|
|
COMMENT= lightweight PDF document viewer with vi bindings
|
|
|
|
|
2017-04-27 21:37:04 +00:00
|
|
|
GH_ACCOUNT = naihe2010
|
|
|
|
GH_PROJECT = apvlv
|
|
|
|
GH_COMMIT = 9ab76264c7818097a38e69a2d7d6b47199fffc1f
|
|
|
|
DISTNAME= apvlv-0.1.5pl0
|
Import apvlv 0.0.9.6, A PDF Viewer Like Vim.
Apvlv is a PDF Viewer with vim-like keybindings using poppler rendering
library (that means it won't render pdf that evince and epdfview already
don't render).
For example, <Ctrl-f> for next page, <Ctrl-b> to previous page,
'k','j','h','l' to scrolling a page up, down, left or right, and so on.
It support lots of other shortcuts explained in the provided pdf
documentation, shown when starting it without arguments.
2010-05-13 16:05:05 +00:00
|
|
|
CATEGORIES= print
|
2017-04-27 21:37:04 +00:00
|
|
|
HOMEPAGE= https://naihe2010.github.io/apvlv/
|
2018-10-24 14:27:57 +00:00
|
|
|
REVISION= 3
|
Import apvlv 0.0.9.6, A PDF Viewer Like Vim.
Apvlv is a PDF Viewer with vim-like keybindings using poppler rendering
library (that means it won't render pdf that evince and epdfview already
don't render).
For example, <Ctrl-f> for next page, <Ctrl-b> to previous page,
'k','j','h','l' to scrolling a page up, down, left or right, and so on.
It support lots of other shortcuts explained in the provided pdf
documentation, shown when starting it without arguments.
2010-05-13 16:05:05 +00:00
|
|
|
|
|
|
|
# GPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2017-11-21 00:12:59 +00:00
|
|
|
MODULES= devel/cmake
|
2011-06-04 19:04:24 +00:00
|
|
|
|
2017-11-21 00:12:59 +00:00
|
|
|
WANTLIB += atk-1.0 c cairo cairo-gobject gdk-3 gdk_pixbuf-2.0 gio-2.0
|
|
|
|
WANTLIB += glib-2.0 gobject-2.0 gthread-2.0 gtk-3 iconv intl m pango-1.0
|
2017-07-16 19:18:47 +00:00
|
|
|
WANTLIB += pangocairo-1.0 poppler-glib pthread ${COMPILER_LIBCXX}
|
Import apvlv 0.0.9.6, A PDF Viewer Like Vim.
Apvlv is a PDF Viewer with vim-like keybindings using poppler rendering
library (that means it won't render pdf that evince and epdfview already
don't render).
For example, <Ctrl-f> for next page, <Ctrl-b> to previous page,
'k','j','h','l' to scrolling a page up, down, left or right, and so on.
It support lots of other shortcuts explained in the provided pdf
documentation, shown when starting it without arguments.
2010-05-13 16:05:05 +00:00
|
|
|
|
2018-10-24 14:27:57 +00:00
|
|
|
COMPILER = base-clang ports-gcc base-gcc
|
|
|
|
|
2017-04-27 21:37:04 +00:00
|
|
|
LIB_DEPENDS= x11/gtk+3 \
|
2010-11-20 09:48:38 +00:00
|
|
|
print/poppler
|
Import apvlv 0.0.9.6, A PDF Viewer Like Vim.
Apvlv is a PDF Viewer with vim-like keybindings using poppler rendering
library (that means it won't render pdf that evince and epdfview already
don't render).
For example, <Ctrl-f> for next page, <Ctrl-b> to previous page,
'k','j','h','l' to scrolling a page up, down, left or right, and so on.
It support lots of other shortcuts explained in the provided pdf
documentation, shown when starting it without arguments.
2010-05-13 16:05:05 +00:00
|
|
|
|
2017-04-27 21:37:04 +00:00
|
|
|
CONFIGURE_ARGS=-DMANDIR=${PREFIX}/man
|
Import apvlv 0.0.9.6, A PDF Viewer Like Vim.
Apvlv is a PDF Viewer with vim-like keybindings using poppler rendering
library (that means it won't render pdf that evince and epdfview already
don't render).
For example, <Ctrl-f> for next page, <Ctrl-b> to previous page,
'k','j','h','l' to scrolling a page up, down, left or right, and so on.
It support lots of other shortcuts explained in the provided pdf
documentation, shown when starting it without arguments.
2010-05-13 16:05:05 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|