summaryrefslogtreecommitdiff
path: root/databases/ruby-rrdtool/Makefile
diff options
context:
space:
mode:
authortaca <taca>2011-12-13 15:28:57 +0000
committertaca <taca>2011-12-13 15:28:57 +0000
commitfa3c3fa482bd954575077b2092aa1c54ee480c8a (patch)
tree94ba365b022ba62cd8dd2ea8c5e666aad513d525 /databases/ruby-rrdtool/Makefile
parent82d37306a17fb0b99b3bb7f71db6be889bac4f9a (diff)
downloadpkgsrc-fa3c3fa482bd954575077b2092aa1c54ee480c8a.tar.gz
Importing databases/ruby-rrdtool version 1.4.5.
This package contains Ruby extension module for rrdtool (Round Robin Database Tools).
Diffstat (limited to 'databases/ruby-rrdtool/Makefile')
-rw-r--r--databases/ruby-rrdtool/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/databases/ruby-rrdtool/Makefile b/databases/ruby-rrdtool/Makefile
new file mode 100644
index 00000000000..b340ff88736
--- /dev/null
+++ b/databases/ruby-rrdtool/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/12/13 15:28:57 taca Exp $
+#
+
+DISTNAME= rrdtool-1.4.5
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
+CATEGORIES= databases graphics net
+MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://oss.oetiker.ch/rrdtool/
+COMMENT= Ruby binding for rrdtool
+LICENSE= gnu-gpl-v2
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+# rrdtool explicitly forbids any use of -ffast-math
+#BUILDLINK_TRANSFORM+= rm:-ffast-math
+
+USE_RUBY_EXTCONF= yes
+EXTRACT_ELEMENTS= ${DISTNAME}/bindings/ruby ${DISTNAME}/src
+WRKSRC= ${WRKDIR}/${DISTNAME}/bindings/ruby
+
+.include "../../databases/rrdtool/buildlink3.mk"
+.include "../../lang/ruby/modules.mk"
+.include "../../mk/bsd.pkg.mk"