mirror of
https://github.com/opnsense/ports.git
synced 2026-04-11 21:20:43 -05:00
10 lines
277 B
Makefile
10 lines
277 B
Makefile
SQLRELAY_PORTNAME= sqlrelay
|
|
SQLRELAY_PORTVERSION= 1.9.3
|
|
|
|
SQLRELAY_PORTDIR= databases/${SQLRELAY_PORTNAME}
|
|
SQLRELAY_WRKSRC_CMD= cd ${PORTSDIR}/${SQLRELAY_PORTDIR} && ${MAKE} -V WRKSRC
|
|
|
|
SQLRELAY_CONFIGURE_ARGS= \
|
|
--localstatedir=/var \
|
|
--with-rudiments-prefix="${LOCALBASE}"
|