One year worth of changes. Most notable ones: * Index merging is now much more stable. * Sphinx now has official IANA assigned ports, 9312 for native API and 9306 for SphinxQL. See full release log: http://sphinxsearch.com/docs/current.html#rel099
13 lines
355 B
Makefile
13 lines
355 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2009/12/15 11:51:51 fhajny Exp $
|
|
|
|
BUILDLINK_TREE+= sphinxsearch
|
|
|
|
.if !defined(SPHINXSEARCH_BUILDLINK3_MK)
|
|
SPHINXSEARCH_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.sphinxsearch+= sphinxsearch>=0.9.9
|
|
BUILDLINK_PKGSRCDIR.sphinxsearch?= ../../wip/sphinxsearch
|
|
|
|
.endif # SPHINXSEARCH_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -sphinxsearch
|