1994-08-22 11:52:42 +00:00
|
|
|
# New ports collection makefile for: tcsh
|
1995-06-17 04:48:16 +00:00
|
|
|
# Version required: 6.06
|
1994-08-22 11:52:42 +00:00
|
|
|
# Date created: 22 August 1994
|
|
|
|
# Whom: jkh
|
|
|
|
#
|
1995-10-11 10:28:59 +00:00
|
|
|
# $Id: Makefile,v 1.11 1995/10/11 08:46:57 jkh Exp $
|
1994-08-22 11:52:42 +00:00
|
|
|
#
|
|
|
|
|
1995-06-17 04:48:16 +00:00
|
|
|
DISTNAME= tcsh-6.06
|
1995-04-01 12:51:41 +00:00
|
|
|
CATEGORIES+= shells
|
1995-04-11 19:26:36 +00:00
|
|
|
MASTER_SITES= ftp://tesla.ee.cornell.edu/pub/tcsh/
|
1994-08-22 11:52:42 +00:00
|
|
|
|
1995-06-17 04:48:16 +00:00
|
|
|
ALL_TARGET= all catalogs
|
|
|
|
INSTALL_TARGET= install install.man
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
chown bin.bin ${PREFIX}/bin/tcsh
|
|
|
|
chown bin.bin ${PREFIX}/man/man1/tcsh.1
|
|
|
|
cd ${WRKSRC}; install -c -o bin -g bin -m 444 tcsh.C.cat ${PREFIX}/share/nls/C/tcsh.cat
|
|
|
|
cd ${WRKSRC}; install -c -o bin -g bin -m 444 tcsh.french.cat ${PREFIX}/share/nls/fr_FR.ISO_8859-1/tcsh.cat
|
1995-06-20 21:20:48 +00:00
|
|
|
ln -sf ${PREFIX}/share/nls/fr_FR.ISO_8859-1/tcsh.cat ${PREFIX}/share/nls/fr_BE.ISO_8859-1/tcsh.cat
|
|
|
|
ln -sf ${PREFIX}/share/nls/fr_FR.ISO_8859-1/tcsh.cat ${PREFIX}/share/nls/fr_CA.ISO_8859-1/tcsh.cat
|
|
|
|
ln -sf ${PREFIX}/share/nls/fr_FR.ISO_8859-1/tcsh.cat ${PREFIX}/share/nls/fr_CH.ISO_8859-1/tcsh.cat
|
1995-06-17 04:48:16 +00:00
|
|
|
cd ${WRKSRC}; install -c -o bin -g bin -m 444 tcsh.german.cat ${PREFIX}/share/nls/de_DE.ISO_8859-1/tcsh.cat
|
1995-06-20 21:20:48 +00:00
|
|
|
ln -sf ${PREFIX}/share/nls/de_DE.ISO_8859-1/tcsh.cat ${PREFIX}/share/nls/de_AT.ISO_8859-1/tcsh.cat
|
|
|
|
ln -sf ${PREFIX}/share/nls/de_DE.ISO_8859-1/tcsh.cat ${PREFIX}/share/nls/de_CH.ISO_8859-1/tcsh.cat
|
1995-06-17 04:48:16 +00:00
|
|
|
|
1995-05-06 15:19:43 +00:00
|
|
|
MAINTAINER= ache@FreeBSD.ORG
|
|
|
|
|
1994-08-22 11:52:42 +00:00
|
|
|
.include <bsd.port.mk>
|