pkgsrc/audio/gqmpeg-devel/options.mk
rillig b49e05bea1 audio: align variable assignments and directives
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-02 21:09:12 +00:00

15 lines
394 B
Makefile

# $NetBSD: options.mk,v 1.4 2019/11/02 21:09:14 rillig Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gqmpeg
PKG_OPTIONS_OPTIONAL_GROUPS= recode
PKG_OPTIONS_GROUP.recode= gqmpeg-japanese gqmpeg-russian
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mgqmpeg-japanese)
CONFIGURE_ARGS+= --enable-japanese
.endif
.if !empty(PKG_OPTIONS:Mgqmpeg-russian)
CONFIGURE_ARGS+= --enable-russian
.endif