mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
31 lines
573 B
Makefile
31 lines
573 B
Makefile
COMMENT= fast and secure postfix graylisting policy server
|
|
|
|
DISTNAME= s-postgray-0.8.3
|
|
CATEGORIES= mail
|
|
HOMEPAGE= https://www.sdaoden.eu/code.html\#s-postgray
|
|
|
|
SITES= https://ftp.sdaoden.eu/
|
|
|
|
MAINTAINER= Steffen Nurpmeso <steffen@sdaoden.eu>
|
|
|
|
# ISC
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
COMPILER= base-clang ports-gcc
|
|
COMPILER_LANGS= c
|
|
|
|
# uses pledge()
|
|
# uses unveil()
|
|
WANTLIB+= c
|
|
|
|
MAKE_FILE= makefile
|
|
MAKE_FLAGS= MANDIR="${DESTDIR}${PREFIX}"/man/man8 \
|
|
VAL_STORE_PATH=/tmp
|
|
|
|
MAKE_FLAGS+= SUFOPT=" "
|
|
|
|
do-test:
|
|
cd ${WRKBUILD} && ./s-postgray-test.sh
|
|
|
|
.include <bsd.port.mk>
|