2010-07-26 16:07:31 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2010/07/26 20:07:31 edd 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 12:05:05 -04:00
|
|
|
|
|
|
|
COMMENT= lightweight PDF document viewer with vi bindings
|
|
|
|
|
|
|
|
DISTNAME= apvlv-0.0.9.6
|
2010-07-26 16:07:31 -04:00
|
|
|
REVISION= 1
|
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 12:05:05 -04:00
|
|
|
CATEGORIES= print
|
|
|
|
HOMEPAGE= http://code.google.com/p/apvlv/
|
|
|
|
|
|
|
|
MASTER_SITES= http://apvlv.googlecode.com/files/
|
|
|
|
|
|
|
|
# GPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2010-07-26 16:07:31 -04:00
|
|
|
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes Xi
|
|
|
|
WANTLIB += Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig
|
|
|
|
WANTLIB += freetype gdk-x11-2.0.>=0.14 gdk_pixbuf-2.0.>=0.14 gio-2.0
|
|
|
|
WANTLIB += glib-2.0 glitz gmodule-2.0 gobject-2.0 gthread-2.0
|
|
|
|
WANTLIB += gtk-x11-2.0.>=0.14 iconv intl m pango-1.0 pangocairo-1.0
|
|
|
|
WANTLIB += pangoft2-1.0 pixman-1 png poppler-glib.>=3 poppler.>=3
|
|
|
|
WANTLIB += pthread pthread-stubs stdc++ xcb xcb-render xcb-render-util z
|
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 12:05:05 -04:00
|
|
|
|
2010-07-26 16:07:31 -04:00
|
|
|
LIB_DEPENDS= ::x11/gtk+2 \
|
|
|
|
::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 12:05:05 -04:00
|
|
|
|
2010-05-13 13:41:27 -04:00
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
CONFIGURE_ARGS+= --without-djvu
|
2010-07-26 16:07:31 -04:00
|
|
|
FAKE_FLAGS = sysconfdir=${PREFIX}/share/examples/apvlv
|
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 12:05:05 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|