5c11268df7
thus were before 2005Q3.
15 lines
405 B
Makefile
15 lines
405 B
Makefile
# $NetBSD: options.mk,v 1.2 2005/10/05 13:29:49 wiz Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.gqmpeg
|
|
PKG_SUPPORTED_OPTIONS= gqmpeg-japanese gqmpeg-russian
|
|
PKG_SUGGESTED_OPTIONS= 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
|