2019-11-03 12:45:28 +01:00
|
|
|
# $NetBSD: options.mk,v 1.9 2019/11/03 11:45:56 rillig Exp $
|
2007-02-02 14:00:36 +01:00
|
|
|
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.ucspi-tcp
|
2018-11-15 14:46:07 +01:00
|
|
|
PKG_SUPPORTED_OPTIONS+= ucspi-tcp-nodefaultrbl
|
|
|
|
PKG_SUGGESTED_OPTIONS+= ucspi-tcp-nodefaultrbl
|
2007-02-02 14:00:36 +01:00
|
|
|
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
|
|
|
|
.if !empty(PKG_OPTIONS:Mucspi-tcp-nodefaultrbl)
|
2019-11-03 12:45:28 +01:00
|
|
|
NODEFAULTRBL_PATCH= rblsmtpd-nodefaultrbl.patch
|
|
|
|
PATCHFILES+= ${NODEFAULTRBL_PATCH}
|
|
|
|
SITES.${NODEFAULTRBL_PATCH}= http://pyropus.ca/software/misc/
|
2007-02-02 14:00:36 +01:00
|
|
|
PATCH_DIST_STRIP.${NODEFAULTRBL_PATCH}= -p1
|
|
|
|
.endif
|