pkgsrc/news/trn/options.mk

15 lines
381 B
Makefile
Raw Normal View History

# $NetBSD: options.mk,v 1.3 2006/01/01 18:53:03 wiz Exp $
2005-12-01 20:29:26 +01:00
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:Minn)
2005-12-01 20:45:11 +01:00
DEPENDS+= inn>=2.2:../../news/inn
2005-12-01 20:29:26 +01:00
.else
2005-12-01 20:45:11 +01:00
DEPENDS+= nntpclnt>=1.6.1:../../news/nntpclnt
2005-12-01 20:29:26 +01:00
.endif