pkgsrc/news/trn/options.mk
rillig f280ea8d4c news: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-04 19:17:10 +00:00

14 lines
390 B
Makefile

# $NetBSD: options.mk,v 1.5 2019/11/04 19:17:11 rillig Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.trn
PKG_OPTIONS_REQUIRED_GROUPS= nntpclient
PKG_OPTIONS_GROUP.nntpclient= trn-inn trn-nntpclnt
PKG_SUGGESTED_OPTIONS+= trn-nntpclnt
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mtrn-inn)
DEPENDS+= inn>=2.2:../../news/inn
.else
DEPENDS+= nntpclnt>=1.6.1:../../news/nntpclnt
.endif