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