2011-09-16 07:13:37 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2011/09/16 11:13:41 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 12:05:05 -04:00
|
|
|
|
|
|
|
COMMENT= lightweight PDF document viewer with vi bindings
|
|
|
|
|
|
|
|
DISTNAME= apvlv-0.0.9.6
|
2011-09-16 07:13:37 -04:00
|
|
|
REVISION= 5
|
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
|
|
|
|
|
2011-06-04 15:04:24 -04:00
|
|
|
WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes Xi
|
|
|
|
WANTLIB += Xinerama Xrandr Xrender Xxf86vm atk-1.0 c cairo drm expat
|
|
|
|
WANTLIB += fontconfig freetype gdk-x11-2.0>=0.14 gdk_pixbuf-2.0>=0.14
|
|
|
|
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
|
2011-07-06 14:57:09 -04:00
|
|
|
WANTLIB += gtk-x11-2.0>=0.14 m pango-1.0 pangocairo-1.0
|
2010-11-20 04:48:38 -05:00
|
|
|
WANTLIB += pangoft2-1.0 pixman-1 png poppler-glib>=3 poppler>=3
|
2011-06-04 15:04:24 -04:00
|
|
|
WANTLIB += pthread pthread-stubs stdc++ xcb xcb-shm xcb-render z
|
|
|
|
|
2011-07-06 14:57:09 -04:00
|
|
|
MODULES= devel/gettext
|
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-11-20 04:48:38 -05: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
|
2010-11-20 04:48:38 -05: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 12:05:05 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|