1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/shells/zsh/Makefile

31 lines
925 B
Makefile
Raw Normal View History

1995-02-12 16:31:45 +00:00
# New ports collection makefile for: zsh
1995-04-30 12:11:43 +00:00
# Version required: 2.6 beta7
# Date created: 11 Feb. 1995
# Whom: torstenb
1995-02-12 16:31:45 +00:00
#
1995-07-01 21:52:13 +00:00
# $Id: Makefile,v 1.12 1995/06/25 03:32:15 torstenb Exp $
1995-02-12 16:31:45 +00:00
#
1995-07-01 21:52:13 +00:00
DISTNAME= zsh-2.6-beta10
PKGNAME= zsh-2.6b10
CATEGORIES+= shells
1995-06-25 03:32:15 +00:00
MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/src/ \
ftp://ftp.sterling.com/zsh/src/ \
ftp://ftp.rge.com/pub/zsh/src/ \
ftp://ftp.cenatls.cena.dgac.fr/pub/shells/zsh/src/ \
ftp://mrrl.lut.ac.uk/zsh/src/ \
ftp://ftp.fu-berlin.de/pub/unix/shells/zsh/src/ \
ftp://ftp.ips.oz.au/pub/packages/zsh/src/
1995-05-04 21:27:52 +00:00
MAINTAINER= torstenb@FreeBSD.ORG
GNU_CONFIGURE= yes
1995-02-12 16:31:45 +00:00
1995-05-06 12:31:49 +00:00
post-install:
gzip -9nf ${PREFIX}/man/man1/zsh.1 ${PREFIX}/man/man1/zshbuiltins.1 \
${PREFIX}/man/man1/zshcompctl.1 ${PREFIX}/man/man1/zshexpn.1 \
${PREFIX}/man/man1/zshmisc.1 ${PREFIX}/man/man1/zshoptions.1 \
${PREFIX}/man/man1/zshparam.1 ${PREFIX}/man/man1/zshzle.1
1995-02-12 16:31:45 +00:00
.include <bsd.port.mk>