summaryrefslogtreecommitdiff
path: root/news/suck/options.mk
blob: ffd6c7087ba5215664006dacb520e6c6100030b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $NetBSD: options.mk,v 1.1 2005/12/02 17:04:35 wiz Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.suck
PKG_OPTIONS_OPTIONAL_GROUPS+=	socks
PKG_OPTIONS_GROUP.socks=	socks4 socks5

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

.if !empty(PKG_OPTIONS:Msocks4)
.include "../../net/socks4/buildlink3.mk"
.elif !empty(PKG_OPTIONS:Msocks5)
.include "../../net/socks5/buildlink3.mk"
.endif