aboutsummaryrefslogtreecommitdiffstats
path: root/databases/sqlrelay/Makefile.common
blob: fde7aea263d21a54db7104bd60829c4e105d329a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $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}"