pkgsrc/textproc/ruby-native-hyperestraier/Makefile
obache f6e89a2f1b Hyper Estraier is a full-text search system. You can search lots of
documents for some documents including specified words.  If you run a
web site, it is useful as your own search engine for pages in your
site.  Also, it is useful as search utilities of mail boxes and file
servers.

This package provides the Ruby native interface of Hyper Estraier.
2006-11-17 15:42:27 +00:00

23 lines
579 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/11/17 15:42:27 obache Exp $
#
.include "../../textproc/hyperestraier/Makefile.common"
PKGNAME= ${RUBY_PKGPREFIX}-native-hyperestraier-1.0.0.${HYPERESTRAIER_VERSION}
CATEGORIES= textproc ruby
COMMENT= Ruby native interface of Hyper Estaier
MY_SUBDIR= rubynative
BUILD_DIRS= ${MY_SUBDIR}
CONFIGURE_DIRS= ${MY_SUBDIR}
GNU_CONFIGURE= yes
TEST_TARGET= check
RUBY_HAS_ARCHLIB= yes
REPLACE_RUBY= ${MY_SUBDIR}/estcmd.rb
.include "../../textproc/hyperestraier/buildlink3.mk"
.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"