summaryrefslogtreecommitdiff
path: root/x11/kdebindings-ruby/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdebindings-ruby/Makefile')
-rw-r--r--x11/kdebindings-ruby/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/kdebindings-ruby/Makefile b/x11/kdebindings-ruby/Makefile
new file mode 100644
index 00000000000..a623de89d3a
--- /dev/null
+++ b/x11/kdebindings-ruby/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/10/12 11:44:55 markd Exp $
+
+DISTNAME= kdebindings-${_KDE_VERSION}
+PKGNAME= kdebindings-ruby-${_KDE_VERSION}
+CATEGORIES= x11
+COMMENT= Ruby bindings for the KDE integrated X11 desktop
+
+.include "../../meta-pkgs/kde3/Makefile.kde3"
+
+USE_TOOLS+= pkg-config
+
+CONFIGURE_ARGS+= --without-java
+CONFIGURE_ARGS+= --without-pythondir
+CONFIGURE_ENV+= DO_NOT_COMPILE="dcopperl python kjsembed qtsharp"
+
+.include "../../lang/ruby/buildlink3.mk"
+.include "../../meta-pkgs/kde3/kde3.mk"
+.include "../../x11/kdebase3/buildlink3.mk"
+.include "../../x11/kdelibs3/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"