ports/databases/sqlrelay/Makefile.common
Dmitry Sivachenko c4ab29bf66 Update to version 0.34.3. Merger some changes from the PR.
PR:		66646
Submitted by:	Thierry Thomas <thierry@pompo.net>
2004-05-28 12:43:39 +00:00

15 lines
433 B
Makefile

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