update Thu Jun 10 18:37:00 PDT 2010
[pkgsrc.git] / sysutils / gnome-commander / options.mk
1 # $NetBSD: options.mk,v 1.2 2009/09/16 10:59:55 drochner Exp $
2 #
3
4 PKG_OPTIONS_VAR=        PKG_OPTIONS.gnome-commander
5 PKG_SUPPORTED_OPTIONS=  python exif id3 chm gsf pdf
6 PKG_SUGGESTED_OPTIONS=  python exif id3 chm gsf pdf
7
8 .include "../../mk/bsd.options.mk"
9
10 .if !empty(PKG_OPTIONS:Mpython)
11 .include "../../lang/python/application.mk"
12 PLIST_SRC+=             ${PKGDIR}/PLIST.python
13 .endif
14
15 .if !empty(PKG_OPTIONS:Mexif)
16 .include "../../graphics/exiv2/buildlink3.mk"
17 .endif
18
19 .if !empty(PKG_OPTIONS:Mid3)
20 .include "../../audio/taglib/buildlink3.mk"
21 .endif
22
23 .if !empty(PKG_OPTIONS:Mchm)
24 .include "../../devel/chmlib/buildlink3.mk"
25 .endif
26
27 .if !empty(PKG_OPTIONS:Mgsf)
28 .include "../../devel/libgsf/buildlink3.mk"
29 .endif
30
31 .if !empty(PKG_OPTIONS:Mpdf)
32 # API change: getPDFVersion() -> getPDF{Major,Minor}Version()
33 BUILDLINK_API_DEPENDS.poppler+= poppler>=0.12.0
34 .include "../../print/poppler/buildlink3.mk"
35 .include "../../print/poppler-includes/buildlink3.mk"
36 .endif