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

14 lines
350 B
Makefile
Raw Normal View History

2002-12-09 15:26:36 -05:00
# $OpenBSD: ruby.port.mk,v 1.2 2002/12/09 20:26:36 couderc Exp $
2002-03-17 17:29:02 -05:00
# ruby module
RUN_DEPENDS+=::lang/ruby
LIB_DEPENDS+=ruby.1.66::lang/ruby
2002-12-09 15:26:36 -05:00
MODRUBY_LIBDIR= ${LOCALBASE}/lib/ruby
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