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
commit00c47e4e3d24c9fb1bb767f83865da7176d8f00e (patch)
tree180922518b51d79d30a6345b660926ae13a70d3b /textproc/hyperestraier/Makefile
parentaeac23c353124f5226535f665fc26219f62ee9e2 (diff)
downloadpkgsrc-00c47e4e3d24c9fb1bb767f83865da7176d8f00e.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"