eb3c2b436e
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
14 lines
482 B
Makefile
14 lines
482 B
Makefile
# $NetBSD: options.mk,v 1.9 2019/11/03 11:45:56 rillig 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
|