# Copyright © 2013 Brandon Invergo <brandon@invergo.net>
#
# This file is part of GSRC.
#
# GSRC is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# GSRC is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
# License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.

NAME = Emacs
GARNAME = emacs
GARVERSION = 24.3
HOME_URL = http://www.gnu.org/software/emacs/
DESCRIPTION = The extensible, customizable, self-documenting text editor
define BLURB
Emacs is an extensible and highly customizable text editor.  It is
based on an Emacs Lisp interpreter which has extensions to support
text editing.  Due to its unique structure, it can be configured in
an infinite multitude of ways, which has given rise to a vast array
of packages that have been written for it that do everything
from working as an email client to communicating online via IRC or 
XMPP.  Emacs is fully self-documenting and it features full Unicode
support for nearly every human language.
endef

######################################################################

MASTER_SITES = $(MASTER_GNU)
MASTER_SUBDIR = $(GARNAME)/
DISTFILES = $(DISTNAME)$(MINOR_UPDATE).tar.gz
SIGFILES = $(DISTNAME)$(MINOR_UPDATE).tar.gz.sig

BUILDDEPS = texinfo
LIBDEPS = ncurses

######################################################################

include ../../gar.lib/auto.mk
include config.mk
