4e1e9773d4
changes: -supports attachments in PDF files -Links system is reworked allowing named links -UI improvements -bugfixes -translation updates pkgsrc change: add "dvi" option to nautilus plugin (doesn't provide useful information yet)
31 lines
808 B
Makefile
31 lines
808 B
Makefile
# $NetBSD: Makefile,v 1.18 2006/05/31 18:17:23 drochner Exp $
|
|
#
|
|
|
|
.include "../../print/evince/Makefile.common"
|
|
|
|
COMMENT= Document viewer for the GNOME Desktop
|
|
|
|
GCONF2_SCHEMAS= evince.schemas
|
|
GCONF2_SCHEMAS+= evince-thumbnailer.schemas
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.evince
|
|
PKG_SUPPORTED_OPTIONS= dvi
|
|
PKG_SUGGESTED_OPTIONS= # none
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mdvi)
|
|
CONFIGURE_ARGS+= --enable-dvi
|
|
PLIST_SUBST+= DVI= # empty
|
|
GCONF2_SCHEMAS+= evince-thumbnailer-dvi.schemas
|
|
.include "../../mk/tex.buildlink3.mk"
|
|
.else
|
|
PLIST_SUBST+= DVI="@comment "
|
|
.endif
|
|
|
|
.include "../../devel/GConf2/schemas.mk"
|
|
.include "../../security/gnome-keyring/buildlink3.mk"
|
|
.include "../../sysutils/dbus/buildlink3.mk"
|
|
.include "../../sysutils/dbus-glib/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|