# $OpenBSD: Makefile,v 1.18 2000/03/06 17:57:23 espie Exp $ DISTNAME= zsh-3.0.7 CATEGORIES= shells 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/ MAINTAINER= ports@openbsd.org LICENSE_TYPE= BSD PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes FAKE= Yes HAS_CONFIGURE= Yes CONFIGURE_ARGS= --prefix='$${DESTDIR}${PREFIX}' --sysconfdir='$${DESTDIR}/etc' CONFIGURE_ARGS+= --enable-zsh-mem --enable-zsh-secure-free # invoke make with STATIC=yes to build a static binary .if defined(STATIC) && ${STATIC:U} == YES CONFIGURE_ENV+= LDFLAGS=-static PKGNAME= ${DISTNAME}-static .endif post-install: @install-info ${PREFIX}/info/zsh.info ${PREFIX}/info/dir # @PKG_PREFIX="${PREFIX}" sh ${PKGDIR}/INSTALL ${DISTNAME} POST-INSTALL .include