mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
e7e8fac857
Use autoconf to generate configure script. Remove redundant bits which were probably needed for older versions of sqlrelay.
15 lines
398 B
Makefile
15 lines
398 B
Makefile
# $FreeBSD$
|
|
|
|
SQLRELAY_PORTNAME= sqlrelay
|
|
SQLRELAY_PORTVERSION= 0.35
|
|
|
|
SQLRELAY_PORTDIR= ${PORTSDIR}/databases/${SQLRELAY_PORTNAME}
|
|
SQLRELAY_WRKSRC_CMD= cd ${SQLRELAY_PORTDIR} && ${MAKE} -V WRKSRC
|
|
|
|
SQLRELAY_CONFIGURE_ARGS= \
|
|
--localstatedir="${LOCALBASE}" \
|
|
--with-rudiments-prefix="${LOCALBASE}"
|
|
SQLRELAY_CONFIGURE_ENV= \
|
|
PTHREADINCLUDES="${PTHREAD_CFLAGS}" \
|
|
PTHREADLIBS="${PTHREAD_LIBS}"
|