Changeset 18016 for csw/mgar/pkg/emacs/trunk/Makefile
- Timestamp:
- 05/14/12 13:15:19 (12 months ago)
- Files:
-
- 1 modified
-
csw/mgar/pkg/emacs/trunk/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
csw/mgar/pkg/emacs/trunk/Makefile
r15010 r18016 1 NAME = emacs 2 VERSION = 21.4 3 PATCHLEVEL = a 4 GARTYPE = v1 5 CATEGORIES = utils 1 # $Id: Makefile 13420 2011-02-20 21:04:03Z bdwalton $ 2 # TODO (release-critical prefixed with !, non release-critical with *) 3 # 4 NAME = emacs 5 VERSION = 23.4 6 GARTYPE = v2 7 CATEGORIES = apps 6 8 7 DESCRIPTION = Emacs editor9 DESCRIPTION = The GNU Emacs editor 8 10 define BLURB 9 Emacs is the extensible, customizable, self-documenting real-time display 10 editor. Emacs has special code editing modes, a scripting language (elisp), 11 and comes with many packages for doing mail, news and more, all in your 12 editor. 11 Emacs is the extensible, customizable, self-documenting real-time 12 display editor. 13 13 endef 14 14 15 MASTER_SITES = $(GNU_MIRROR) 16 DISTFILES = $(NAME)-$(VERSION)$(PATCHLEVEL).tar.gz 17 #DISTFILES += CSWemacs.gspec 18 #DISTFILES += CSWemacsrt.gspec CSWemacs.gspec CSWxemacs.gspec 19 #DISTFILES += CSWemacsrt.prototype CSWemacs.prototype CSWxemacs.prototype 15 DISTFILES = $(DISTNAME).tar.bz2 16 MASTER_SITES = $(GNU_MIRROR) 20 17 21 # We define upstream file regex so we can be notifed of new upstream software release 22 UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*)([a-z]).tar.gz 23 24 # Force make to acknowledge DESTDIR 25 #PATCHFILES += destdir.diff 26 27 CONFIGURE_ARGS = $(DIRPATHS) 28 CONFIGURE_ARGS += --with-kerberos5 29 30 # Test requires controlling terminal 31 TEST_SCRIPTS = 18 CONFIGURE_ARGS = $(DIRPATHS) 32 19 33 20 include gar/category.mk 34 21 35 pre-configure: 36 @touch $(WORKSRC)/configure 37 @$(MAKECOOKIE) 38 22 # this is private and not available publicly 23 mydependencies: 24 $(HOME)/bin/ocswdeplist --package $(NAME)
