52db2a31e9
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. Submitted and maintained by Jeremy Evans <jeremyevans0 at gmail dot com>
30 lines
651 B
Makefile
30 lines
651 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/01/16 10:38:40 bernd Exp $
|
|
|
|
COMMENT= "high performance full-text search system"
|
|
|
|
DISTNAME= hyperestraier-1.4.9
|
|
CATEGORIES= textproc
|
|
SHARED_LIBS= estraier 8.34
|
|
|
|
HOMEPAGE= http://hyperestraier.sourceforge.net/
|
|
|
|
MAINTAINER= Jeremy Evans <jeremyevans0@gmail.com>
|
|
|
|
# LGPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hyperestraier/}
|
|
|
|
WANTLIB= c m pthread z
|
|
MODULES= converters/libiconv
|
|
|
|
LIB_DEPENDS= qdbm.>=14::databases/qdbm
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
|
|
|
.include <bsd.port.mk>
|