summaryrefslogtreecommitdiff
path: root/textproc/hyperestraier/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2005-10-23 19:13:44 +0000
committerminskim <minskim>2005-10-23 19:13:44 +0000
commit773adb634e8769890eda0ae16aa7f01ee5358760 (patch)
tree180922518b51d79d30a6345b660926ae13a70d3b /textproc/hyperestraier/Makefile
parentf73b5d273a05c212ded977e443214aa00bd0a347 (diff)
downloadpkgsrc-773adb634e8769890eda0ae16aa7f01ee5358760.tar.gz
Import hyperestraier from pkgsrc-wip. Packaged by OBATA Akio.
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.
Diffstat (limited to 'textproc/hyperestraier/Makefile')
-rw-r--r--textproc/hyperestraier/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/hyperestraier/Makefile b/textproc/hyperestraier/Makefile
new file mode 100644
index 00000000000..738e602bcfc
--- /dev/null
+++ b/textproc/hyperestraier/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/10/23 19:13:44 minskim Exp $
+
+DISTNAME= hyperestraier-1.0.1
+CATEGORIES= japanese textproc www
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hyperestraier/}
+
+MAINTAINER= obata@lins.jp
+HOMEPAGE= http://hyperestraier.sourceforge.net/
+COMMENT= Full-text search system for communities
+
+GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config
+PKGCONFIG_OVERRIDE= hyperestraier.pc.in
+TEST_TARGET= check
+
+.include "../../databases/qdbm/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"