pkgsrc/x11/eterm/options.mk

16 lines
330 B
Makefile

# $NetBSD: options.mk,v 1.2 2008/01/27 16:10:25 rillig Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.eterm
.include "../../mk/bsd.prefs.mk"
PKG_SUPPORTED_OPTIONS= # none
.if ${MACHINE_ARCH} == "i386"
PKG_SUPPORTED_OPTIONS+= mmx
.endif
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mmmx)
CONFIGURE_ARGS+= --enable-mmx
.endif