7d4f4c0a7b
Bindings allowing Xapian to be used from various other programming languages. Currently the port provides bindings for perl and python only, but can easily be extended if needed. ok ajacoutot@
36 lines
738 B
Makefile
Executable File
36 lines
738 B
Makefile
Executable File
# $OpenBSD: Makefile,v 1.1.1.1 2015/04/05 21:41:02 robert Exp $
|
|
|
|
COMMENT-main= perl bindings for Xapian
|
|
COMMENT-python= python bindings for Xapian
|
|
|
|
V= 1.2.15
|
|
DISTNAME= xapian-bindings-${V}
|
|
|
|
PKGNAME-main= xapian-bindings-perl-${V}
|
|
PKGNAME-python= xapian-bindings-python-${V}
|
|
|
|
MODULES= lang/python
|
|
|
|
MULTI_PACKAGES= -main -python
|
|
|
|
CATEGORIES= databases textproc
|
|
|
|
HOMEPAGE= http://xapian.org/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= http://oligarchy.co.uk/xapian/${V}/
|
|
|
|
LIB_DEPENDS= databases/xapian-core
|
|
|
|
WANTLIB += m stdc++ uuid z xapian
|
|
|
|
AUTOCONF_VERSION= 2.68
|
|
CONFIGURE_STYLE= autoconf
|
|
CONFIGURE_ARGS= --without-php --without-ruby \
|
|
--without-tcl --without-csharp \
|
|
--without-java --without-lua
|
|
|
|
.include <bsd.port.mk>
|