1998-07-04 03:09:32 +00:00
|
|
|
# New ports collection makefile for: tcsh
|
1999-08-27 23:17:17 +00:00
|
|
|
# Version required: 6.09
|
1998-07-04 03:09:32 +00:00
|
|
|
# Date created: 22 August 1994
|
|
|
|
# Whom: jkh
|
1994-08-22 11:52:42 +00:00
|
|
|
#
|
1999-08-31 01:53:22 +00:00
|
|
|
# $FreeBSD$
|
1994-08-22 11:52:42 +00:00
|
|
|
#
|
|
|
|
|
1999-08-27 23:17:17 +00:00
|
|
|
DISTNAME= tcsh-6.09
|
|
|
|
PKGNAME= tcsh-6.09.00
|
1998-07-04 03:09:32 +00:00
|
|
|
CATEGORIES= shells
|
|
|
|
MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/
|
1994-08-22 11:52:42 +00:00
|
|
|
|
1998-07-04 03:09:32 +00:00
|
|
|
MAINTAINER= ache@FreeBSD.ORG
|
1996-11-18 11:44:27 +00:00
|
|
|
|
1999-08-27 23:17:17 +00:00
|
|
|
Y2K= ftp://ftp.astron.com/pub/tcsh/Y2K
|
|
|
|
|
1998-07-04 03:09:32 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}
|
|
|
|
ALL_TARGET= all catalogs
|
|
|
|
INSTALL_TARGET= install install.man
|
|
|
|
MAN1= tcsh.1
|
1995-06-17 04:48:16 +00:00
|
|
|
|
|
|
|
post-install:
|
1999-08-22 19:01:07 +00:00
|
|
|
${CHOWN} bin.bin ${PREFIX}/bin/tcsh
|
|
|
|
${CHOWN} bin.bin ${PREFIX}/man/man1/tcsh.1
|
1998-07-04 03:09:32 +00:00
|
|
|
cd ${WRKSRC}; ${INSTALL_DATA} tcsh.C.cat ${PREFIX}/share/nls/C/tcsh.cat
|
|
|
|
cd ${WRKSRC}; ${INSTALL_DATA} tcsh.french.cat ${PREFIX}/share/nls/fr_FR.ISO_8859-1/tcsh.cat
|
1998-08-27 02:34:07 +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
|
1998-07-04 03:09:32 +00:00
|
|
|
cd ${WRKSRC}; ${INSTALL_DATA} tcsh.german.cat ${PREFIX}/share/nls/de_DE.ISO_8859-1/tcsh.cat
|
1998-08-27 02:34:07 +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
|
1998-07-04 03:09:32 +00:00
|
|
|
install -d -o ${BINOWN} -g ${BINGRP} -m 755 ${PREFIX}/share/nls/el_GR.ISO_8859-7
|
|
|
|
cd ${WRKSRC}; ${INSTALL_DATA} tcsh.greek.cat ${PREFIX}/share/nls/el_GR.ISO_8859-7/tcsh.cat
|
1998-08-27 02:34:07 +00:00
|
|
|
@${ECHO} "Updating /etc/shells"
|
|
|
|
@${CP} /etc/shells /etc/shells.bak
|
|
|
|
@(${GREP} -v ${PREFIX}/bin/tcsh /etc/shells.bak; \
|
|
|
|
${ECHO} ${PREFIX}/bin/tcsh) > /etc/shells
|
|
|
|
@${RM} /etc/shells.bak
|
1995-06-17 04:48:16 +00:00
|
|
|
|
1994-08-22 11:52:42 +00:00
|
|
|
.include <bsd.port.mk>
|