pkgsrc/devel/libast/options.mk

17 lines
332 B
Makefile
Raw Normal View History

# $NetBSD: options.mk,v 1.2 2007/12/18 14:25:21 obache Exp $
2005-05-31 23:35:13 +02:00
PKG_OPTIONS_VAR= PKG_OPTIONS.libast
PKG_SUPPORTED_OPTIONS= # empty
2005-05-31 23:35:13 +02:00
.include "../../mk/bsd.prefs.mk"
.if ${MACHINE_ARCH} == "i386"
PKG_SUPPORTED_OPTIONS+= mmx
2005-05-31 23:35:13 +02:00
.endif
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mmmx)
CONFIGURE_ARGS+= --enable-mmx
.endif