2005-11-11 20:39:17 +01:00
|
|
|
# New ports collection makefile for: xapian-core
|
|
|
|
# Date created: 5 November 2005
|
|
|
|
# Whom: J.F. Dockes
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xapian-core
|
2010-09-22 07:28:33 +02:00
|
|
|
PORTVERSION= 1.2.3
|
2005-11-11 20:39:17 +01:00
|
|
|
CATEGORIES= databases
|
2008-04-11 00:08:18 +02:00
|
|
|
MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/
|
2005-11-11 20:39:17 +01:00
|
|
|
|
2010-09-22 07:28:33 +02:00
|
|
|
MAINTAINER= jf@dockes.org
|
2005-11-11 20:39:17 +01:00
|
|
|
COMMENT= A probabilistic text search database engine
|
|
|
|
|
2010-09-22 07:28:33 +02:00
|
|
|
LIB_DEPENDS= uuid:${PORTSDIR}/misc/e2fsprogs-libuuid
|
|
|
|
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2010-09-22 07:28:33 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
|
|
|
|
LDFLAGS="${LDFLAGS}"
|
|
|
|
|
2006-12-08 23:55:35 +01:00
|
|
|
USE_LDCONFIG= yes
|
2005-11-11 20:39:17 +01:00
|
|
|
|
2010-09-22 07:28:33 +02:00
|
|
|
MAN1= xapian-check.1 xapian-chert-update.1 xapian-compact.1 \
|
|
|
|
xapian-config.1 xapian-inspect.1 xapian-metadata.1 \
|
|
|
|
xapian-progsrv.1 xapian-replicate-server.1 xapian-tcpsrv.1 \
|
|
|
|
xapian-replicate.1
|
2006-04-28 05:32:08 +02:00
|
|
|
|
2006-12-08 23:55:35 +01:00
|
|
|
.ifdef(NOPORTDOCS)
|
|
|
|
${RM} -rf ${DOCSDIR}
|
|
|
|
.endif
|
2005-11-11 20:39:17 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|