blob: 35f3c3731b19ef07181f8406d15e92f09db6476e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# New ports collection makefile for: zsh
# Version required: 2.6 beta7
# Date created: 11 Feb. 1995
# Whom: torstenb
#
# $Id: Makefile,v 1.7 1995/04/30 12:07:46 gpalmer Exp $
#
DISTNAME= zsh-2.6-beta7
PKGNAME= zsh-2.6b7
CATEGORIES+= shells
MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|