summaryrefslogtreecommitdiff
path: root/graphics/ruby-cairo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ruby-cairo/Makefile')
-rw-r--r--graphics/ruby-cairo/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/ruby-cairo/Makefile b/graphics/ruby-cairo/Makefile
new file mode 100644
index 00000000000..c2b308ef74c
--- /dev/null
+++ b/graphics/ruby-cairo/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2016/01/11 23:46:50 wiz Exp $
+
+DISTNAME= cairo-1.14.3
+CATEGORIES= graphics
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://rcairo.github.io/
+COMMENT= Ruby bindings for cairo
+LICENSE= ruby-license OR gnu-gpl-v2
+
+#do-test:
+# ${RUN} cd ${WRKSRC}; \
+# ${SETENV} ${TEST_ENV} ${RUBY} test/run-test.rb
+
+BUILDLINK_API_DEPENDS.cairo+= cairo>=1.2.0
+.include "../../graphics/cairo/buildlink3.mk"
+.include "../../devel/ruby-pkg-config/tool.mk"
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"