2016-04-16 03:37:52 +02:00
|
|
|
# Created by: gahr
|
|
|
|
|
|
|
|
PKGNAMESUFFIX= -table-redis
|
2019-10-26 18:24:47 +02:00
|
|
|
PORTREVISION= 0
|
2016-04-16 03:37:52 +02:00
|
|
|
|
2016-05-27 20:29:53 +02:00
|
|
|
COMMENT= Redis table support for OpenSMTPD
|
2016-04-16 03:37:52 +02:00
|
|
|
|
|
|
|
LIB_DEPENDS= libhiredis.so:databases/hiredis
|
|
|
|
|
|
|
|
PLIST_FILES= libexec/opensmtpd/table-redis \
|
|
|
|
man/man5/table-redis.5.gz
|
|
|
|
|
2016-05-27 20:29:53 +02:00
|
|
|
CONFIGURE_ARGS+= --with-table-redis
|
2016-04-16 03:37:52 +02:00
|
|
|
CONFIGURE_ENV= REDIS_CONFIG=${LOCALBASE}/bin/pkgconf
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include/hiredis
|
|
|
|
|
2016-05-27 20:29:53 +02:00
|
|
|
USES= pkgconfig
|
|
|
|
|
2016-04-16 03:37:52 +02:00
|
|
|
MASTERDIR= ${.CURDIR}/../opensmtpd-extras
|
|
|
|
SLAVE_PORT= yes
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|