File: editors/emacs/Makefile
base-0 patch-1
Line 1Line 1
GARNAME = emacs
GARNAME = emacs
GARVERSION = 21.2
GARVERSION = 21.3
CATEGORIES = editors
MASTER_SITES = http://ftp.gnu.org/pub/gnu/emacs/
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
CATEGORIES = editors
MASTER_SITES = http://ftp.gnu.org/pub/gnu/emacs/
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
Line 18Line 18
INSTALL_SCRIPTS = $(WORKSRC)/Makefile

# Plain jane emacs build, tell it where it will live in the bbc runtime
INSTALL_SCRIPTS = $(WORKSRC)/Makefile

# Plain jane emacs build, tell it where it will live in the bbc runtime
CONFIGURE_ARGS = --prefix=$(prefix) --with-x=no
CONFIGURE_ARGS = --prefix=$(prefix) --without-tiff --without-gif
# Set explicit prefix for installation location
INSTALL_ARGS = prefix=$(DESTDIR)$(prefix)
# Set explicit prefix for installation location
INSTALL_ARGS = prefix=$(DESTDIR)$(prefix)