e08405c5af
- update shells/Makefile - OK'ed by naddy@
40 lines
923 B
Makefile
40 lines
923 B
Makefile
# $OpenBSD: Makefile,v 1.1 2001/05/10 19:42:35 lebel Exp $
|
|
|
|
COMMENT= "the Z shell, Bourne shell-compatible, release flavor"
|
|
|
|
VERSION= 3.0.8
|
|
DISTNAME= zsh-${VERSION}
|
|
CATEGORIES= shells
|
|
NEED_VERSION= 1.402
|
|
MASTER_SITES= ftp://ftp.zsh.org/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/
|
|
|
|
HOMEPAGE= http://www.zsh.org/
|
|
|
|
MAINTAINER= David Lebel <lebel@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
SUBST_VARS= VERSION
|
|
|
|
CONFIGURE_STYLE= gnu dest
|
|
CONFIGURE_ARGS= --enable-zsh-mem --enable-zsh-secure-free
|
|
|
|
FLAVORS= static
|
|
FLAVOR?=
|
|
|
|
.if ${FLAVOR:L} == "static"
|
|
CONFIGURE_ENV= LDFLAGS="-static"
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|