summaryrefslogtreecommitdiff
path: root/games/xskat/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'games/xskat/options.mk')
-rw-r--r--games/xskat/options.mk12
1 files changed, 0 insertions, 12 deletions
diff --git a/games/xskat/options.mk b/games/xskat/options.mk
deleted file mode 100644
index bb2ac94e4f7..00000000000
--- a/games/xskat/options.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD: options.mk,v 1.2 2018/01/14 17:34:02 rillig Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.xskat
-
-PKG_SUPPORTED_OPTIONS= altenburger_cards
-PKG_SUGGESTED_OPTIONS= # empty
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Maltenburger_cards)
-WITH_ALTENBURGER_CARDS= 1
-.endif