2004-08-09 19:54:20 +00:00
|
|
|
# $OpenBSD: ruby.port.mk,v 1.1 2004/08/09 19:54:20 xsa Exp $
|
2002-03-17 22:29:02 +00:00
|
|
|
|
|
|
|
# ruby module
|
|
|
|
|
|
|
|
RUN_DEPENDS+=::lang/ruby
|
2004-02-20 22:52:57 +00:00
|
|
|
LIB_DEPENDS+=ruby.1.81::lang/ruby
|
2002-03-17 22:29:02 +00:00
|
|
|
|
2002-12-09 21:04:08 +00:00
|
|
|
# location of ruby libraries
|
2002-12-09 20:26:36 +00:00
|
|
|
MODRUBY_LIBDIR= ${LOCALBASE}/lib/ruby
|
2002-12-09 21:04:08 +00:00
|
|
|
|
|
|
|
# common directories for ruby extensions
|
|
|
|
# used to create docs and examples install path
|
2002-12-09 20:26:36 +00:00
|
|
|
MODRUBY_DOCDIR= ${PREFIX}/share/doc/ruby
|
|
|
|
MODRUBY_EXAMPLEDIR= ${PREFIX}/share/examples/ruby
|
2002-03-17 22:29:02 +00:00
|
|
|
|
|
|
|
CONFIGURE_STYLE?= simple
|
|
|
|
CONFIGURE_SCRIPT?= ${LOCALBASE}/bin/ruby extconf.rb
|
2004-02-20 22:52:57 +00:00
|
|
|
|
|
|
|
REV=1.8
|
2004-06-23 14:17:05 +00:00
|
|
|
SUB=${MACHINE_ARCH:S/amd64/x86_64/}-openbsd${OSREV}
|
2004-02-20 22:52:57 +00:00
|
|
|
SUBST_VARS=SUB REV
|
|
|
|
|