diff options
Diffstat (limited to 'textproc/hyperestraier/Makefile')
-rw-r--r-- | textproc/hyperestraier/Makefile | 17 |
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" |