diff options
author | obache <obache@pkgsrc.org> | 2008-02-10 13:08:51 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-02-10 13:08:51 +0000 |
commit | 8fd4047523f6660c789007ad2470f1005ee9b6e2 (patch) | |
tree | 045dd0c2e9e39161c4b3d086867ba4dab9c77c0c /textproc/migemo/Makefile | |
parent | 8a03a4df4f88e68f1d694d0aa2cdc359465eb0a9 (diff) | |
download | pkgsrc-8fd4047523f6660c789007ad2470f1005ee9b6e2.tar.gz |
Import migemo version 0.40.
Based on package provided by Yamashiro Jun in PR 37615.
Japanese incremental text search tools/library.
Diffstat (limited to 'textproc/migemo/Makefile')
-rw-r--r-- | textproc/migemo/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/textproc/migemo/Makefile b/textproc/migemo/Makefile new file mode 100644 index 00000000000..55828444407 --- /dev/null +++ b/textproc/migemo/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/02/10 13:08:51 obache Exp $ + +.include "../../textproc/migemo/Makefile.common" + +PKGNAME= ${RUBY_PKGPREFIX}-migemo-${MIGEMO_VERSION} + +COMMENT= Japanese text search tool/library + +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= ${RUBY_PKGPREFIX}-bsearch-*:../../devel/ruby-bsearch +DEPENDS+= ${RUBY_PKGPREFIX}-romkan-*:../../converters/ruby-romkan + +USE_TOOLS+= autoconf213 automake14 aclocal +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-rubydir=${RUBY_SITELIBDIR} + +REPLACE_RUBY= migemo migemo-client migemo-grep migemo-server + +pre-configure: + cd ${WRKSRC} && aclocal && automake -a --foreign -i && autoconf + +TEST_TARGET= check + +.include "../../lang/ruby/modules.mk" +.include "../../mk/bsd.pkg.mk" |