freebsd-ports/databases/sqlrelay/Makefile.common
Akinori MUSHA a385149872 Add sqlrelay, a persistent DB connection pooling/proxying/load
balancing system, along with the interfaces for Java, Perl5, PHP,
Python and Ruby.
2001-07-06 10:24:50 +00:00

14 lines
431 B
Makefile

# $FreeBSD$
SQLRELAY_PORTNAME= sqlrelay
SQLRELAY_PORTVERSION= 0.27
SQLRELAY_PORTDIR= ${PORTSDIR}/databases/${SQLRELAY_PORTNAME}
SQLRELAY_WRKSRC_CMD= cd ${SQLRELAY_PORTDIR} && ${MAKE} -V WRKSRC
SQLRELAY_CONFIGURE_ARGS= \
--localstatedir="${LOCALBASE}" \
--with-rudiments-prefix="${LOCALBASE}" \
--with-libstdcpp-path="/usr/lib" \
--with-libxml-prefix="${WRKDIR}/prefixes/libxml" \
--with-libiconv-prefix="${LOCALBASE}"