1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/databases/ludia/Makefile
Chris Rees 4f6a866417 - Update to 1.5.2
- Use USE_PGSQL for server dependency

- Fix build with postgresql-8.3 and change dependency

Obtained from:	http://decide.cocolog-nifty.com/blog/2009/03/postgresql-836-.html

PR:		ports/166477
Submitted by:	crees
2012-04-15 14:06:32 +00:00

35 lines
951 B
Makefile

# New ports collection makefile for: Ludia
# Date created: January 5, 2008
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ludia
PORTVERSION= 1.5.2
CATEGORIES= databases
MASTER_SITES= SFJP
MASTER_SITE_SUBDIR= ludia/38430
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= PostgreSQL extension for full-text search indexing
BUILD_DEPENDS= senna-cfg:${PORTSDIR}/textproc/senna
RUN_DEPENDS= senna-cfg:${PORTSDIR}/textproc/senna
GNU_CONFIGURE= yes
USE_AUTOTOOLS= libtool
USE_PGSQL= server
WANT_PGSQL_VER= 83
# let configure find postgres stuff in non-standard places
CONFIGURE_ARGS+=--with-pgconfigdir=${LOCALBASE}/bin \
--with-pgbindir=${LOCALBASE}/bin \
--with-pgincludedir=${LOCALBASE}/include \
--with-pgincludeserverdir=${LOCALBASE}/include/postgresql/server \
--with-pglibdir=${LOCALBASE}/lib \
--with-pgpkglibdir=${LOCALBASE}/lib/postgresql \
--with-pgsharedir=${LOCALBASE}/share/postgresql
.include <bsd.port.mk>