summaryrefslogtreecommitdiff
path: root/editors/xemacs-current/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'editors/xemacs-current/options.mk')
-rw-r--r--editors/xemacs-current/options.mk34
1 files changed, 0 insertions, 34 deletions
diff --git a/editors/xemacs-current/options.mk b/editors/xemacs-current/options.mk
deleted file mode 100644
index fb50cf48028..00000000000
--- a/editors/xemacs-current/options.mk
+++ /dev/null
@@ -1,34 +0,0 @@
-# $NetBSD: options.mk,v 1.4 2005/01/22 13:03:06 magick Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.xemacs
-PKG_SUPPORTED_OPTIONS= esound ldap xface canna
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mldap)
-CONFIGURE_ARGS+= --with-ldap
-. include "../../databases/openldap/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --without-ldap
-.endif
-
-.if !empty(PKG_OPTIONS:Mxface)
-CONFIGURE_ARGS+= --with-xface
-. include "../../mail/faces/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --without-xface
-.endif
-
-.if !empty(PKG_OPTIONS:Mcanna)
-. include "../../inputmethod/canna-lib/buildlink3.mk"
-CONFIGURE_ARGS+= --with-canna
-.else
-CONFIGURE_ARGS+= --without-canna
-.endif
-
-#.if !empty(PKG_OPTIONS:Mesound)
-#. include "../../audio/esound/buildlink3.mk"
-#.else
-CONFIGURE_ARGS+= --with-sound=none
-#.endif
-