31 lines
1.3 KiB
Makefile
31 lines
1.3 KiB
Makefile
# New ports collection makefile for: tcsh
|
|
# Version required: 6.06
|
|
# Date created: 22 August 1994
|
|
# Whom: jkh
|
|
#
|
|
# $Id: Makefile,v 1.13 1996/05/01 01:33:55 ache Exp $
|
|
#
|
|
|
|
DISTNAME= tcsh-6.06
|
|
CATEGORIES= shells
|
|
MASTER_SITES= ftp://ee.cornell.edu/pub/tcsh/
|
|
|
|
MAINTAINER= ache@FreeBSD.ORG
|
|
|
|
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
|
|
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
|
|
cd ${WRKSRC}; install -c -o bin -g bin -m 444 tcsh.german.cat ${PREFIX}/share/nls/de_DE.ISO_8859-1/tcsh.cat
|
|
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
|
|
|
|
.include <bsd.port.mk>
|