1995-02-12 16:31:45 +00:00
|
|
|
# New ports collection makefile for: zsh
|
1996-07-09 22:11:19 +00:00
|
|
|
# Version required: 3.0 pre2
|
1995-04-30 12:11:43 +00:00
|
|
|
# Date created: 11 Feb. 1995
|
|
|
|
# Whom: torstenb
|
1995-02-12 16:31:45 +00:00
|
|
|
#
|
1996-07-09 22:11:19 +00:00
|
|
|
# $Id: Makefile,v 1.18 1996/06/24 11:44:55 torstenb Exp $
|
1995-02-12 16:31:45 +00:00
|
|
|
#
|
|
|
|
|
1996-07-09 22:11:19 +00:00
|
|
|
DISTNAME= zsh-3.0-pre2
|
|
|
|
PKGNAME= zsh-3.0a2
|
1995-04-01 12:51:41 +00:00
|
|
|
CATEGORIES+= shells
|
1996-05-16 08:03:47 +00:00
|
|
|
MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/ \
|
|
|
|
ftp://ftp.sterling.com/zsh/ \
|
|
|
|
ftp://ftp.rge.com/pub/zsh/ \
|
|
|
|
ftp://ftp.cenatls.cena.dgac.fr/pub/shells/zsh/ \
|
|
|
|
ftp://mrrl.lut.ac.uk/zsh/ \
|
|
|
|
ftp://ftp.fu-berlin.de/pub/unix/shells/zsh/ \
|
|
|
|
ftp://ftp.ips.oz.au/pub/packages/zsh/ \
|
|
|
|
ftp://ftp.uit.no/pub/unix/shells/zsh/
|
1995-04-11 19:26:36 +00:00
|
|
|
|
1995-05-04 21:27:52 +00:00
|
|
|
MAINTAINER= torstenb@FreeBSD.ORG
|
|
|
|
|
1995-04-11 19:26:36 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1995-02-12 16:31:45 +00:00
|
|
|
|
1995-05-06 12:31:49 +00:00
|
|
|
post-install:
|
1996-05-15 23:02:07 +00:00
|
|
|
.if !defined(NOMANCOMPRESS)
|
1996-07-09 22:11:19 +00:00
|
|
|
.for man in zsh zshbuiltins zshcompctl zshexpn zshmisc zshoptions zshall \
|
1996-05-15 23:02:07 +00:00
|
|
|
zshparam zshzle
|
|
|
|
gzip -9nf ${PREFIX}/man/man1/${man}.1
|
|
|
|
.endfor
|
|
|
|
.endif
|
1995-05-06 12:31:49 +00:00
|
|
|
|
1995-02-12 16:31:45 +00:00
|
|
|
.include <bsd.port.mk>
|