pkgsrc-ng/x11/eterm/options.mk
2013-09-26 17:14:40 +02:00

22 lines
421 B
Makefile

# $NetBSD: options.mk,v 1.3 2009/09/21 07:29:30 obache Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.eterm
PKG_SUPPORTED_OPTIONS= xim
PKG_SUGGESTED_OPTIONS= xim
.include "../../mk/bsd.prefs.mk"
.if ${MACHINE_ARCH} == "i386"
PKG_SUPPORTED_OPTIONS+= mmx
.endif
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mmmx)
CONFIGURE_ARGS+= --enable-mmx
.endif
.if !empty(PKG_OPTIONS:Mxim)
CONFIGURE_ARGS+= --enable-xim
.endif