summaryrefslogtreecommitdiff
path: root/editors/emacs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/emacs/Makefile')
-rw-r--r--editors/emacs/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
deleted file mode 100644
index 18e9d8d5711..00000000000
--- a/editors/emacs/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# $NetBSD: Makefile,v 1.87 2005/10/05 13:29:49 wiz Exp $
-
-DISTNAME= emacs-${EMACSVERSION}a
-PKGREVISION= 1
-CATEGORIES= editors
-COMMENT= GNU editing macros (editor)
-
-.include "../../editors/emacs/Makefile.common"
-
-CONFLICTS+= emacs-nox11-[0-9]*
-
-CONFIGURE_ARGS+= --with-x
-CONFIGURE_ARGS+= --with-x-toolkit=athena
-CONFIGURE_ARGS+= --srcdir=${WRKSRC}
-
-.include "../../graphics/xpm/buildlink3.mk"
-CONFIGURE_ARGS+= --with-xpm
-.include "../../graphics/jpeg/buildlink3.mk"
-CONFIGURE_ARGS+= --with-jpeg
-.include "../../graphics/tiff/buildlink3.mk"
-CONFIGURE_ARGS+= --with-tiff
-# need 4.1.0b1 or higher (a bug in 4.1.0 can crash Emacs)
-BUILDLINK_DEPENDS.libungif= libungif>=4.1.0.1
-.include "../../graphics/libungif/buildlink3.mk"
-CONFIGURE_ARGS+= --with-gif
-.include "../../graphics/png/buildlink3.mk"
-CONFIGURE_ARGS+= --with-png
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.emacs
-PKG_SUPPORTED_OPTIONS= emacs-xaw3d
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Memacs-xaw3d)
-.include "../../x11/Xaw3d/buildlink3.mk"
-.endif
-
-.include "../../mk/bsd.pkg.mk"