1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/databases/sqlrelay/Makefile.common
Akinori MUSHA 6236125065 Update to 0.32.
USE_REINPLACE.
2002-10-27 17:54:01 +00:00

15 lines
431 B
Makefile

# $FreeBSD$
SQLRELAY_PORTNAME= sqlrelay
SQLRELAY_PORTVERSION= 0.32
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}"