summaryrefslogtreecommitdiff
path: root/emulators/xmess/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/xmess/options.mk')
-rw-r--r--emulators/xmess/options.mk23
1 files changed, 0 insertions, 23 deletions
diff --git a/emulators/xmess/options.mk b/emulators/xmess/options.mk
deleted file mode 100644
index e3d734e7378..00000000000
--- a/emulators/xmess/options.mk
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD: options.mk,v 1.3 2005/09/03 18:16:07 xtraeme Exp $
-#
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.xmess
-PKG_OPTIONS_OPTIONAL_GROUPS= video
-PKG_OPTIONS_GROUP.video= sdl opengl
-PKG_SUPPORTED_OPTIONS= esound
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Msdl)
-MAME_DISP_METHOD?= SDL
-.include "../../devel/SDL/buildlink3.mk"
-.elif !empty(PKG_OPTIONS:Mopengl)
-MAME_DISP_METHOD?= xgl
-.include "../../graphics/Mesa/buildlink3.mk"
-.else
-MAME_DISP_METHOD?= x11
-.endif
-
-.if !empty(PKG_OPTIONS:Mesound)
-MAKE_FLAGS+= SOUND_ESOUND=1
-.include "../../audio/esound/buildlink3.mk"
-.endif