xref: /mports/databases/ruby-xapian/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1PORTNAME=	xapian
2PORTVERSION=	1.4.29
3DISTVERSIONPREFIX=	bindings-
4CATEGORIES=	databases ruby
5MASTER_SITES=	https://oligarchy.co.uk/xapian/${PORTVERSION}/ \
6		FREEBSD_LOCAL/sunpoet
7PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
8
9MAINTAINER=	ports@MidnightBSD.org
10COMMENT=	Ruby binding for Xapian
11WWW=		https://xapian.org/
12
13LICENSE=	gpl2
14LICENSE_FILE=	${WRKSRC}/COPYING
15
16BUILD_DEPENDS=	rubygem-rdoc>=0:devel/rubygem-rdoc \
17		xapian-core>=${PORTVERSION}:databases/xapian-core
18LIB_DEPENDS=	libxapian.so:databases/xapian-core
19
20USES=		compiler:c++11-lang libtool ruby tar:xz
21
22CONFIGURE_ARGS=	--datarootdir=${DATADIR} \
23		--docdir=${DOCSDIR} \
24		--enable-shared \
25		--enable-static \
26		--with-ruby \
27		--without-csharp \
28		--without-java \
29		--without-lua \
30		--without-perl \
31		--without-php \
32		--without-python \
33		--without-python3 \
34		--without-tcl
35GNU_CONFIGURE=	yes
36INSTALL_TARGET=	install-strip
37USE_CXXSTD=	c++11
38
39CONFLICTS_INSTALL=	xapian-bindings12
40
41PORTSCOUT=	limitw:1,even
42
43OPTIONS_DEFINE=	DOCS
44
45.include <bsd.port.mk>
46

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026