2006-10-29 09:32:37 +01:00
|
|
|
# $NetBSD: options.mk,v 1.2 2006/10/29 08:32:43 shattered Exp $
|
2005-09-11 08:32:14 +02:00
|
|
|
|
2006-10-29 09:32:37 +01:00
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.gobby
|
|
|
|
PKG_SUPPORTED_OPTIONS= gnome
|
|
|
|
PKG_SUGGESTED_OPTIONS= gnome
|
2005-09-11 08:32:14 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
|
|
|
|
.if !empty(PKG_OPTIONS:Mgnome)
|
|
|
|
CONFIGURE_ARGS+= --with-gnome
|
|
|
|
PLIST_SRC= ${PKGDIR}/PLIST.gnome
|
|
|
|
.endif
|