pkgsrc/editors/emacs24-nox11/Makefile
mef e4e5c990ac Bump 24.1 to 24.2 (emacs24 and emacs24-nox11)
(1) CVE-2012-3479 fixed on lisp/files.el
      patches/patch-lisp_files.el is removed.
  (2) From: ChangeLog
  -------
  2012-08-24  Chong Yidong  <cyd@gnu.org>
          * Version 24.2 released.

  2012-08-14  Ulrich Mueller  <ulm@gentoo.org>
          * lib/gnulib.mk:
          * lib/stdio.in.h:
          * m4/stdio_h.m4: Do not assume that gets is defined (Bug#11873).

  2012-06-21  Ulrich Mueller  <ulm@gentoo.org>
          * configure.in: Use m/intel386.h for amd64 with x32 ABI.  (Bug#11669)
  --------
Thanks wiz@
2012-08-28 00:55:51 +00:00

18 lines
536 B
Makefile

# $NetBSD: Makefile,v 1.4 2012/08/28 00:55:52 mef Exp $
PKGNAME= ${DISTNAME:S/-/-nox11-/}
CONFLICTS+= emacs-[0-9]*
FILESDIR= ${.CURDIR}/../../editors/emacs24/files
PATCHDIR= ${.CURDIR}/../../editors/emacs24/patches
PKGDIR= ${.CURDIR}/../../editors/emacs24
.include "../../editors/emacs24/Makefile.common"
CONFIGURE_ARGS+= --without-dbus --without-m17n-flt --without-otf \
--without-rsvg --without-x --without-xft \
--without-gif --without-jpeg --without-png \
--without-tiff --without-xpm
.include "../../mk/bsd.pkg.mk"