1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

root/csw/mgar/pkg/zsh/trunk/Makefile

Revision 17196, 3.7 KB (checked in by opk, 3 months ago)

update to zsh 4.3.17

Line 
1NAME = zsh
2VERSION = 4.3.17
3CATEGORIES = devel
4GARTYPE = v2
5
6DESCRIPTION = Powerful UNIX shell
7define BLURB
8  Zsh is a shell designed for interactive use, although it is also a
9  powerful scripting language. Many of the useful features of bash,
10  ksh, and tcsh were incorporated into zsh; many original features were added.
11endef
12
13MASTER_SITES = $(SF_MIRRORS)
14DISTFILES  = $(NAME)-$(VERSION).tar.bz2
15DISTFILES += _pkgutil _mgar
16
17PACKAGES = CSWzsh
18CATALOGNAME_CSWzsh = zsh
19
20LICENSE = LICENCE
21
22RUNTIME_DEP_PKGS = CSWlibiconv2 CSWlibncursesw5 CSWlibpcre1 CSWlibgdbm4
23BUILD_DEP_PKGS = CSWpcre
24
25SPKG_SOURCEURL = http://www.zsh.org
26UPSTREAM_MASTER_SITES = http://www.zsh.org/pub/
27
28CONFIGURE_ARGS  = $(DIRPATHS)
29CONFIGURE_ARGS += --enable-maildir-support
30CONFIGURE_ARGS += --enable-fndir=$(sharedstatedir)/$(NAME)/functions
31CONFIGURE_ARGS += --enable-pcre
32
33CHECKPKG_OVERRIDES_CSWzsh += file-with-bad-content|/usr/share|root/opt/csw/share/zsh/functions/_units
34CHECKPKG_OVERRIDES_CSWzsh += file-with-bad-content|/usr/share|root/opt/csw/share/zsh/functions/_hg
35CHECKPKG_OVERRIDES_CSWzsh += file-with-bad-content|/usr/share|root/opt/csw/share/zsh/functions/_loadkeys
36CHECKPKG_OVERRIDES_CSWzsh += file-with-bad-content|/usr/share|root/opt/csw/share/zsh/functions/_ecasound
37CHECKPKG_OVERRIDES_CSWzsh += file-with-bad-content|/usr/share|root/opt/csw/share/zsh/functions/_path_commands
38CHECKPKG_OVERRIDES_CSWzsh += file-with-bad-content|/usr/share|root/opt/csw/share/zsh/functions/_lintian
39CHECKPKG_OVERRIDES_CSWzsh += file-with-bad-content|/usr/share|root/opt/csw/share/zsh/functions/_lsusb
40CHECKPKG_OVERRIDES_CSWzsh += file-with-bad-content|/usr/share|root/opt/csw/share/zsh/functions/run-help
41CHECKPKG_OVERRIDES_CSWzsh += file-with-bad-content|/usr/share|root/opt/csw/share/zsh/functions/_cdrdao
42CHECKPKG_OVERRIDES_CSWzsh += file-with-bad-content|/usr/share|root/opt/csw/share/zsh/functions/_setxkbmap
43CHECKPKG_OVERRIDES_CSWzsh += file-with-bad-content|/usr/local|root/opt/csw/share/zsh/functions/_units
44CHECKPKG_OVERRIDES_CSWzsh += file-with-bad-content|/usr/local|root/opt/csw/bin/zsh-$(VERSION)
45CHECKPKG_OVERRIDES_CSWzsh += file-with-bad-content|/usr/share|root/opt/csw/share/man/man1/zshcontrib.1
46CHECKPKG_OVERRIDES_CSWzsh += file-with-bad-content|/usr/local|root/opt/csw/share/zsh/functions/_gcc
47CHECKPKG_OVERRIDES_CSWzsh += file-with-bad-content|/usr/local|root/opt/csw/share/zsh/functions/_urls
48CHECKPKG_OVERRIDES_CSWzsh += file-with-bad-content|/usr/local|root/opt/csw/share/zsh/functions/_path_files
49CHECKPKG_OVERRIDES_CSWzsh += file-with-bad-content|/usr/local|root/opt/csw/share/man/man1/zshmisc.1
50CHECKPKG_OVERRIDES_CSWzsh += file-with-bad-content|/usr/local|root/opt/csw/share/man/man1/zshmodules.1
51CHECKPKG_OVERRIDES_CSWzsh += file-with-bad-content|/usr/local|root/opt/csw/share/man/man1/zshoptions.1
52CHECKPKG_OVERRIDES_CSWzsh += file-with-bad-content|/usr/local|root/opt/csw/share/man/man1/zshcontrib.1
53CHECKPKG_OVERRIDES_CSWzsh += file-with-bad-content|/usr/local|root/opt/csw/share/man/man1/zshparam.1
54CHECKPKG_OVERRIDES_CSWzsh += file-with-bad-content|/usr/local|root/opt/csw/share/zsh/functions/_complete_tag
55CHECKPKG_OVERRIDES_CSWzsh += file-with-bad-content|/usr/local|root/opt/csw/share/zsh/functions/_twisted
56CHECKPKG_OVERRIDES_CSWzsh += file-with-bad-content|/usr/local|root/opt/csw/share/zsh/functions/compaudit
57CHECKPKG_OVERRIDES_CSWzsh += file-with-bad-content|/usr/share|root/opt/csw/share/zsh/functions/mere
58
59ETCSHELLS = /opt/csw/bin/zsh
60
61include gar/category.mk
62
63# Use term.h from ncurses or we get compile errors
64#   http://www.zsh.org/mla/workers/2007/msg01236.html
65CPPFLAGS := -I$(includedir)/ncursesw $(CPPFLAGS)
66
67post-install-modulated:
68        cp -p $(WORKDIR)/_pkgutil $(WORKDIR)/_mgar $(DESTDIR)$(sharedstatedir)/$(NAME)/functions
69        @$(MAKECOOKIE)
Note: See TracBrowser for help on using the browser.