openbsd-ports/textproc/ruby-hyperestraier/Makefile
bernd c10f5b02c4 Initial import of ruby-hyperestraier-1.0.0.
This is a Ruby interface to the Hyper Estraier high performance full-text
search engine.

Submitted and maintained by Jeremy Evans <jeremyevans0 at gmail dot com>
2007-01-18 10:38:47 +00:00

42 lines
980 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/01/18 10:38:47 bernd Exp $
SHARED_ONLY= Yes
COMMENT= "Ruby interface to hyperestraier"
DISTNAME= hyperestraier-1.4.9
PKGNAME= ruby-hyperestraier-1.0.0
CATEGORIES= textproc
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
MODULES= lang/ruby
LIB_DEPENDS= ruby.>=1::lang/ruby \
estraier.>=8::textproc/hyperestraier
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
WRKSRC= ${WRKDIST}/rubynative
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ruby-hyperestraier
${INSTALL_DATA} ${WRKSRC}/example/*.rb \
${PREFIX}/share/examples/ruby-hyperestraier
${LOCALBASE}/bin/rdoc -o ${PREFIX}/share/doc/ruby-hyperestraier \
${WRKSRC}/estraier-doc.rb
.include <bsd.port.mk>