2010-09-15 22:59:50 +02:00
|
|
|
# $NetBSD: options.mk,v 1.4 2010/09/15 20:59:50 drochner Exp $
|
2007-10-25 23:06:15 +02:00
|
|
|
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.gimp
|
2010-09-15 22:59:50 +02:00
|
|
|
PKG_SUPPORTED_OPTIONS= aalib mng svg
|
|
|
|
PKG_SUGGESTED_OPTIONS= aalib mng svg
|
2007-10-25 23:06:15 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
|
2010-09-15 22:59:50 +02:00
|
|
|
PLIST_VARS+= aalib mng svg
|
2008-04-13 00:42:57 +02:00
|
|
|
|
2007-10-25 23:06:15 +02:00
|
|
|
.if !empty(PKG_OPTIONS:Maalib)
|
|
|
|
.include "../../graphics/aalib/buildlink3.mk"
|
2008-04-13 00:42:57 +02:00
|
|
|
PLIST.aalib= yes
|
2007-10-25 23:06:15 +02:00
|
|
|
.endif
|
|
|
|
|
2007-10-28 17:43:00 +01:00
|
|
|
.if !empty(PKG_OPTIONS:Mmng)
|
|
|
|
.include "../../graphics/mng/buildlink3.mk"
|
2008-04-13 00:42:57 +02:00
|
|
|
PLIST.mng= yes
|
2007-10-28 17:43:00 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !empty(PKG_OPTIONS:Msvg)
|
|
|
|
.include "../../graphics/librsvg/buildlink3.mk"
|
2008-04-13 00:42:57 +02:00
|
|
|
PLIST.svg= yes
|
2007-10-28 17:43:00 +01:00
|
|
|
.endif
|