blob: 4c7b9a1a410058f6d10dd2767f3800f616a09d3c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# New ports collection makefile for: tcsh
# Version required: 6.05
# Date created: 22 August 1994
# Whom: jkh
#
# $Id: Makefile,v 1.7 1995/04/11 19:26:35 asami Exp $
#
DISTNAME= tcsh-6.05
CATEGORIES+= shells
MASTER_SITES= ftp://tesla.ee.cornell.edu/pub/tcsh/
MAINTAINER= ache@FreeBSD.ORG
.include <bsd.port.mk>
|