1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in
Show
Ignore:
Timestamp:
05/14/12 13:15:19 (12 months ago)
Author:
pfelecan
Message:

cleaned from previous tentative of non maintainer which was old and
incomplete.

Files:
1 modified

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# 
     4NAME            =       emacs 
     5VERSION         =       23.4 
     6GARTYPE         =       v2 
     7CATEGORIES      =       apps 
    68 
    7 DESCRIPTION = Emacs editor 
     9DESCRIPTION = The GNU Emacs editor 
    810define 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. 
    1313endef 
    1414 
    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 
     15DISTFILES               =       $(DISTNAME).tar.bz2 
     16MASTER_SITES    =       $(GNU_MIRROR) 
    2017 
    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 = 
     18CONFIGURE_ARGS = $(DIRPATHS) 
    3219 
    3320include gar/category.mk 
    3421 
    35 pre-configure: 
    36         @touch $(WORKSRC)/configure 
    37         @$(MAKECOOKIE) 
    38  
     22# this is private and not available publicly 
     23mydependencies: 
     24        $(HOME)/bin/ocswdeplist --package $(NAME)