openbsd-ports/shells/zsh/Makefile
2001-02-11 04:20:09 +00:00

38 lines
844 B
Makefile

# $OpenBSD: Makefile,v 1.22 2001/02/11 04:20:09 brad Exp $
VERSION= 3.0.8
DISTNAME= zsh-${VERSION}
CATEGORIES= shells
NEED_VERSION= 1.336
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= ports@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>