70a8c384fa
- Make it build with Ruby 1.8.7, too. Bump PKGREVISION.
24 lines
582 B
Makefile
24 lines
582 B
Makefile
# $NetBSD: Makefile,v 1.3 2008/06/19 15:18:31 taca Exp $
|
|
#
|
|
|
|
.include "../../textproc/hyperestraier/Makefile.common"
|
|
|
|
PKGNAME= ${RUBY_PKGPREFIX}-pure-hyperestraier-1.0.0.${HYPERESTRAIER_VERSION}
|
|
PKGREVISION= 1
|
|
CATEGORIES= textproc ruby
|
|
|
|
COMMENT= Ruby pure interface of Hyper Estaier
|
|
|
|
MY_SUBDIR= rubypure
|
|
BUILD_DIRS= ${MY_SUBDIR}
|
|
CONFIGURE_DIRS= ${MY_SUBDIR}
|
|
|
|
GNU_CONFIGURE= yes
|
|
TEST_TARGET= check
|
|
RUBY_HAS_ARCHLIB= no
|
|
|
|
REPLACE_RUBY= ${MY_SUBDIR}/estcall.rb
|
|
|
|
.include "../../textproc/hyperestraier/buildlink3.mk"
|
|
.include "../../lang/ruby/modules.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|