openbsd-ports/lang/ruby/ruby.port.mk

23 lines
546 B
Makefile
Raw Normal View History

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