freebsd-ports/databases/sqlrelay/Makefile.common
Kurt Jaeger 7f2f83227b databases/sqlrelay: 0.58 -> 0.58.1
- fixed bugs that could cause sqlr-start with no id to crash and
  sqlr-start on an id with neither port nor socket defined to crash
2015-04-01 16:59:51 +00:00

11 lines
291 B
Text

# $FreeBSD$
SQLRELAY_PORTNAME= sqlrelay
SQLRELAY_PORTVERSION= 0.58.1
SQLRELAY_PORTDIR= ${PORTSDIR}/databases/${SQLRELAY_PORTNAME}
SQLRELAY_WRKSRC_CMD= cd ${SQLRELAY_PORTDIR} && ${MAKE} -V WRKSRC
SQLRELAY_CONFIGURE_ARGS= \
--localstatedir=/var \
--with-rudiments-prefix="${LOCALBASE}"