From 6a50d7260d3bef930b75a038b4fd05f1ace061fa Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 31 May 2005 21:35:13 +0000 Subject: Convert to options framework. --- devel/libast/options.mk | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 devel/libast/options.mk (limited to 'devel/libast/options.mk') diff --git a/devel/libast/options.mk b/devel/libast/options.mk new file mode 100644 index 00000000000..568ad5ac0bf --- /dev/null +++ b/devel/libast/options.mk @@ -0,0 +1,15 @@ +# $NetBSD: options.mk,v 1.1 2005/05/31 21:35:13 wiz Exp $ + +PKG_OPTIONS_VAR= PKG_OPTIONS.libast + +.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 -- cgit v1.2.3