summaryrefslogtreecommitdiff
path: root/editors/gobby/options.mk
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-05-22 17:39:50 +0000
committertnn <tnn@pkgsrc.org>2008-05-22 17:39:50 +0000
commitaff7c96f672ed89b69b6143468319b07dd1b8921 (patch)
treebec03d54082983a8fc9a57f255d87fa56e0cdebe /editors/gobby/options.mk
parent65244e1c328f2fc9719961a4ad9ebc2745f4b1e0 (diff)
downloadpkgsrc-aff7c96f672ed89b69b6143468319b07dd1b8921.tar.gz
- Add gnome option (from pkgsrc-wip)
- supports DESTDIR - depend on xdg-dirs - bump PKGREVISION
Diffstat (limited to 'editors/gobby/options.mk')
-rw-r--r--editors/gobby/options.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/gobby/options.mk b/editors/gobby/options.mk
new file mode 100644
index 00000000000..ba912691a83
--- /dev/null
+++ b/editors/gobby/options.mk
@@ -0,0 +1,14 @@
+# $NetBSD: options.mk,v 1.1 2008/05/22 17:39:50 tnn Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.gobby
+PKG_SUPPORTED_OPTIONS= gnome
+PKG_SUGGESTED_OPTIONS=
+
+.include "../../mk/bsd.options.mk"
+
+PLIST_VARS+= gnome
+.if !empty(PKG_OPTIONS:Mgnome)
+.include "../../sysutils/gnome-vfs/buildlink3.mk"
+PLIST.gnome= yes
+CONFIGURE_ARGS+= --with-gnome
+.endif