2010-11-20 09:48:38 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2010/11/20 09:48:39 espie 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
|
|
|
|
|
|
|
|
DISTNAME= apvlv-0.0.9.6
|
2010-10-11 08:11:24 +00:00
|
|
|
REVISION= 2
|
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
|
|
|
|
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 20:07:31 +00:00
|
|
|
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes Xi
|
|
|
|
WANTLIB += Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig
|
2010-11-20 09:48:38 +00:00
|
|
|
WANTLIB += freetype gdk-x11-2.0>=0.14 gdk_pixbuf-2.0>=0.14 gio-2.0
|
2010-10-11 08:11:24 +00:00
|
|
|
WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
|
2010-11-20 09:48:38 +00:00
|
|
|
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
|
2010-07-26 20:07:31 +00:00
|
|
|
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 16:05:05 +00:00
|
|
|
|
2010-11-20 09:48:38 +00: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 16:05:05 +00:00
|
|
|
|
2010-05-13 17:41:27 +00:00
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
CONFIGURE_ARGS+= --without-djvu
|
2010-07-26 20:07:31 +00:00
|
|
|
FAKE_FLAGS = sysconfdir=${PREFIX}/share/examples/apvlv
|
2010-11-20 09:48:38 +00:00
|
|
|
USE_GROFF = Yes
|
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>
|