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

root/csw/mgar/pkg/tcsh/trunk/Makefile

Revision 16916, 1.4 KB (checked in by dmichelsen, 4 months ago)

WHOLE TREE: Explicitly set GARTYPE to current default 'v2'

Line 
1NAME = tcsh
2VERSION = 6.17.00
3CATEGORIES = apps
4GARTYPE = v2
5
6DESCRIPTION = Enhanced version of the Berkeley C shell (csh)
7define BLURB
8  Tcsh is an enhanced, but completely compatible version of the Berkeley UNIX C shell (csh).
9  It is a command language interpreter usable both as an interactive login shell and a shell
10  script command processor. It includes a command-line editor, programmable word completion,
11  spelling correction, a history mechanism, job control and a C-like syntax.
12endef
13
14MASTER_SITES = ftp://ftp.astron.com/pub/tcsh/
15DISTFILES  = $(DISTNAME).tar.gz
16
17LICENSE = Copyright
18
19RUNTIME_DEP_PKGS = CSWiconv
20
21VENDOR_URL = http://www.tcsh.org/
22
23EXTRA_CPPFLAGS += -D_FILE_OFFSET_BITS=64
24# As documented in README, this overrides the setting in pathnames.h
25EXTRA_CPPFLAGS += -D_PATH_LOCAL=\'\"$(bindir)\"\'
26# EXTRA_CPPFLAGS += -D_PATH_TCSHELL=\"$(bindir)/tcsh\"
27
28# Skip tests until this one is fixed:
29#   http://bugs.gw.com/view.php?id=87
30SKIPTEST = 1
31
32INSTALL_ARGS = install.man
33
34ETCSHELLS = /opt/csw/bin/tcsh
35
36# These are examples only
37CHECKPKG_OVERRIDES_CSWtcsh += file-with-bad-content|/usr/local|root/opt/csw/share/man/man1/tcsh.1
38
39# This is from tw.h, possibly harmless.
40#   #define DEFAULTLIST ":/usr/man/cat1:/usr/man/cat8:/usr/man/cat6:/usr/local/man/cat1:/usr/local/man/cat8:/usr/local/man/cat6"    /* if no HPATH */
41CHECKPKG_OVERRIDES_CSWtcsh += file-with-bad-content|/usr/local|root/opt/csw/bin/tcsh
42
43include gar/category.mk
Note: See TracBrowser for help on using the browser.