mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
16 lines
424 B
Makefile
16 lines
424 B
Makefile
# $NetBSD: options.mk,v 1.8 2010/09/10 03:29:00 taca Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.ruby
|
|
PKG_SUPPORTED_OPTIONS= readline ruby-build-ri-db
|
|
PKG_SUGGESTED_OPTIONS= readline ruby-build-ri-db
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mruby-build-ri-db)
|
|
BUILD_TARGET= all rdoc
|
|
CONFIGURE_ARGS+= --enable-install-doc
|
|
RUBY_DYNAMIC_DIRS+= ${RUBY_SYSRIDIR}
|
|
# Use huge memory.
|
|
UNLIMIT_RESOURCES+= datasize
|
|
.endif
|