Add files from parent branch HEAD:
[pkgsrc.git] / graphics / gimp / options.mk
1 # $NetBSD: options.mk,v 1.2 2007/10/28 16:43:00 dogcow Exp $
2
3 PKG_OPTIONS_VAR=        PKG_OPTIONS.gimp
4 PKG_SUPPORTED_OPTIONS=  aalib gnome mng svg
5 PKG_SUGGESTED_OPTIONS=  aalib gnome mng svg
6
7 .include "../../mk/bsd.options.mk"
8
9 PLIST_VARS+=            aalib gnome mng svg
10
11 .if !empty(PKG_OPTIONS:Maalib)
12 .include "../../graphics/aalib/buildlink3.mk"
13 PLIST.aalib=            yes
14 .endif
15
16 .if !empty(PKG_OPTIONS:Mgnome)
17 .include "../../www/libgtkhtml/buildlink3.mk"
18 PLIST.gnome=            yes
19 .endif
20
21 .if !empty(PKG_OPTIONS:Mmng)
22 .include "../../graphics/mng/buildlink3.mk"
23 PLIST.mng=              yes
24 .endif
25
26 .if !empty(PKG_OPTIONS:Msvg)
27 .include "../../graphics/librsvg/buildlink3.mk"
28 PLIST.svg=              yes
29 .endif