mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
84453efc23
databases/sqlrelay: update 1.0.1 -> 1.1.0 http://software.firstworks.com/2017/05/rudiments-105-release-announcement.html http://software.firstworks.com/2017/05/sql-relay-110-release-announcement.html
12 lines
290 B
Makefile
12 lines
290 B
Makefile
# $FreeBSD$
|
|
|
|
SQLRELAY_PORTNAME= sqlrelay
|
|
SQLRELAY_PORTVERSION= 1.1.0
|
|
|
|
SQLRELAY_PORTDIR= databases/${SQLRELAY_PORTNAME}
|
|
SQLRELAY_WRKSRC_CMD= cd ${PORTSDIR}/${SQLRELAY_PORTDIR} && ${MAKE} -V WRKSRC
|
|
|
|
SQLRELAY_CONFIGURE_ARGS= \
|
|
--localstatedir=/var \
|
|
--with-rudiments-prefix="${LOCALBASE}"
|