pkgsrc/news/suck/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

15 lines
467 B
Makefile

# $NetBSD: options.mk,v 1.3 2019/11/04 19:17:11 rillig Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.suck
PKG_OPTIONS_OPTIONAL_GROUPS+= socks
PKG_OPTIONS_GROUP.socks= socks4 dante
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Msocks4)
.include "../../net/socks4/buildlink3.mk"
.elif !empty(PKG_OPTIONS:Mdante)
CFLAGS+= -I${BUILDLINK_PREFIX.dante}/include/dante
CPPFLAGS+= -I${BUILDLINK_PREFIX.dante}/include/dante
.include "../../net/dante/buildlink3.mk"
.endif