mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-17 16:30:22 -04:00
15 lines
415 B
Makefile
15 lines
415 B
Makefile
# $NetBSD: Makefile,v 1.2 2015/05/20 13:26:45 ryoon Exp $
|
|
|
|
COMMENT= Ruby extension for SQL Relay
|
|
|
|
.include "../../databases/sqlrelay/Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= ac_cv_prog_RUBY=${RUBY}
|
|
CONFIGURE_ARGS+= --with-ruby-site-arch-dir=${PREFIX}/${RUBY_VENDORARCHLIB}
|
|
|
|
BUILD_DIRS= src/api/ruby
|
|
|
|
.include "../../databases/sqlrelay/buildlink3.mk"
|
|
.include "../../lang/ruby/modules.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|