mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
59362c3feb
Changes: http://software.firstworks.com/2014/10/sql-relay-057-is-out.html http://software.firstworks.com/2014/12/sql-relay-058-is-out.html PR: 196366
12 lines
289 B
Makefile
12 lines
289 B
Makefile
# $FreeBSD$
|
|
|
|
SQLRELAY_PORTNAME= sqlrelay
|
|
SQLRELAY_PORTVERSION= 0.58
|
|
|
|
SQLRELAY_PORTDIR= ${PORTSDIR}/databases/${SQLRELAY_PORTNAME}
|
|
SQLRELAY_WRKSRC_CMD= cd ${SQLRELAY_PORTDIR} && ${MAKE} -V WRKSRC
|
|
|
|
SQLRELAY_CONFIGURE_ARGS= \
|
|
--localstatedir=/var \
|
|
--with-rudiments-prefix="${LOCALBASE}"
|