the default RBL from rblsmtpd using Charles Cazabon's patch. (If you don't specify which RBLs you want, you get rbl.maps.vix.com, which according to Vixie on NANOG hasn't existed "since 1999 or so.") Bump PKGREVISION.
14 lines
478 B
Makefile
14 lines
478 B
Makefile
# $NetBSD: options.mk,v 1.1 2007/02/02 13:00:36 schmonz Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.ucspi-tcp
|
|
PKG_SUPPORTED_OPTIONS+= ucspi-tcp-nodefaultrbl
|
|
PKG_SUGGESTED_OPTIONS+= ucspi-tcp-nodefaultrbl
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mucspi-tcp-nodefaultrbl)
|
|
NODEFAULTRBL_PATCH= rblsmtpd-nodefaultrbl.patch
|
|
PATCHFILES+= ${NODEFAULTRBL_PATCH}
|
|
SITES.${NODEFAULTRBL_PATCH}= http://pyropus.ca/software/misc/
|
|
PATCH_DIST_STRIP.${NODEFAULTRBL_PATCH}= -p1
|
|
.endif
|