summaryrefslogtreecommitdiff
path: root/mail/qmail-autoresponder/options.mk
blob: ea946a7d1e62b04b371b00ffc5a41dc8272fac4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $NetBSD: options.mk,v 1.1 2017/09/28 17:27:34 schmonz Exp $

PKG_OPTIONS_VAR=		PKG_OPTIONS.qmail-autoresponder
PKG_SUPPORTED_OPTIONS+=		mysql

.include "../../mk/bsd.options.mk"

PLIST_VARS+=			mysql
.if !empty(PKG_OPTIONS:Mmysql)
.  include "../../mk/mysql.buildlink3.mk"
BUILD_TARGET+=			mysql
PLIST.mysql=			yes
.endif