summaryrefslogtreecommitdiff
path: root/www/ruby-clearsilver/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/ruby-clearsilver/Makefile')
-rw-r--r--www/ruby-clearsilver/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/www/ruby-clearsilver/Makefile b/www/ruby-clearsilver/Makefile
new file mode 100644
index 00000000000..359f6da0a79
--- /dev/null
+++ b/www/ruby-clearsilver/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/29 00:02:26 epg Exp $
+
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
+
+.include "../../www/clearsilver/Makefile.common"
+
+DEPENDS+= ${CLEARSILVER_BASE}:../../www/clearsilver
+
+CONFIGURE_ARGS+= --enable-ruby
+CONFIGURE_ARGS+= --with-ruby=${RUBY}
+
+INSTALL_DIRS= ${WRKSRC}/ruby
+
+.include "../../lang/ruby/modules.mk"
+.include "../../mk/bsd.pkg.mk"