2021-10-20 18:15:52 +02:00
|
|
|
# $NetBSD: options.mk,v 1.3 2021/10/20 16:15:52 tm Exp $
|
2014-09-10 15:20:16 +02:00
|
|
|
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.postgrey
|
|
|
|
PKG_SUPPORTED_OPTIONS= postgrey-targrey
|
|
|
|
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
|
|
|
|
.if !empty(PKG_OPTIONS:Mpostgrey-targrey)
|
2021-10-20 18:15:52 +02:00
|
|
|
See http://k2net.hakuba.jp/targrey/index.en.html
|
|
|
|
PATCHFILES+= targrey-0.31-postgrey-1.37.patch
|
|
|
|
PATCH_SITES= ${MASTER_SITE_LOCAL}
|
2014-09-10 15:20:16 +02:00
|
|
|
PATCH_DIST_STRIP= -p0
|
|
|
|
.endif
|