diff options
author | jkh <jkh@FreeBSD.org> | 1994-08-22 11:52:42 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-08-22 11:52:42 +0000 |
commit | f9418053fa77b4e1adcb68780cd327e53f034649 (patch) | |
tree | 2ed5bbb2ec18f00abcc2788a40657e7c5a34a039 /shells/tcsh | |
parent | aec55109b00f7805ee86393ce27d83127af38538 (diff) | |
download | FreeBSD-ports-f9418053fa77b4e1adcb68780cd327e53f034649.zip FreeBSD-ports-f9418053fa77b4e1adcb68780cd327e53f034649.tar.gz |
Import tcsh 6.05 for Geoff and friends.
Submitted by: jkh
Diffstat (limited to 'shells/tcsh')
-rw-r--r-- | shells/tcsh/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile new file mode 100644 index 0000000..2f0ea4a --- /dev/null +++ b/shells/tcsh/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: tcsh +# Version required: 6.05 +# Date created: 22 August 1994 +# Whom: jkh +# +# $Id: Makefile,v 1.1.1.1 1994/08/21 13:19:27 jkh Exp $ +# + +DISTNAME= tcsh-6.05 +HOME_LOCATION= ugle.unit.no:~ftp/pub/unix/tcsh + +.include <bsd.port.mk> |