diff options
author | drochner <drochner@pkgsrc.org> | 2006-08-30 17:07:26 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-08-30 17:07:26 +0000 |
commit | be893fbd42e09474c62873e45cc0f639dfd80489 (patch) | |
tree | 2bba07325d7e8df10e2baf8b66966e581127185d /print/evince-nautilus | |
parent | 9af9462eefcb2c74d380291761a19a45fdeea80e (diff) | |
download | pkgsrc-be893fbd42e09474c62873e45cc0f639dfd80489.tar.gz |
add an option to support thr "djvu" file format
(no change to default configuration)
Diffstat (limited to 'print/evince-nautilus')
-rw-r--r-- | print/evince-nautilus/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/print/evince-nautilus/Makefile b/print/evince-nautilus/Makefile index d9458c6de52..c5db4b3ef41 100644 --- a/print/evince-nautilus/Makefile +++ b/print/evince-nautilus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/06/21 16:01:44 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2006/08/30 17:07:26 drochner Exp $ # .include "../../print/evince/Makefile.common" @@ -7,7 +7,7 @@ PKGNAME= ${DISTNAME:S/evince/evince-nautilus/} COMMENT= File properties plugin for evince files PKG_OPTIONS_VAR= PKG_OPTIONS.evince -PKG_SUPPORTED_OPTIONS= dvi +PKG_SUPPORTED_OPTIONS= dvi djvu PKG_SUGGESTED_OPTIONS= # none .include "../../mk/bsd.options.mk" @@ -22,6 +22,11 @@ BUILDLINK_API_DEPENDS.teTeX-bin+= teTeX-bin>=3.0nb13 #BUILD_DIRS= pdf backend lib properties .endif +.if !empty(PKG_OPTIONS:Mdjvu) +CONFIGURE_ARGS+= --enable-djvu +.include "../../graphics/djvulibre/buildlink3.mk" +.endif + INSTALL_DIRS= properties .include "../../print/libgnomeprint/buildlink3.mk" |