openbsd-ports/shells/zsh/Makefile

53 lines
1.2 KiB
Makefile
Raw Normal View History

2007-12-05 13:37:01 -05:00
# $OpenBSD: Makefile,v 1.44 2007/12/05 18:37:01 okan Exp $
COMMENT= Z shell, Bourne shell-compatible
VERSION= 4.3.4
2004-07-12 15:46:52 -04:00
DISTNAME= zsh-${VERSION}
2007-12-05 13:37:01 -05:00
PKGNAME= ${DISTNAME}p0
2004-07-12 15:46:52 -04:00
CATEGORIES= shells
MASTER_SITES= ftp://ftp.zsh.org/zsh/ \
2004-09-30 17:46:58 -04:00
${HOMEPAGE}pub/ \
http://mirrors.dotsrc.org/zsh/ \
ftp://ftp.fu-berlin.de/pub/unix/shells/zsh/ \
http://www.math.technion.ac.il/pub/zsh/ \
ftp://ftp.demon.nl/pub/mirrors/zsh/ \
ftp://sunsite.icm.edu.pl/pub/unix/shells/zsh/
2004-07-12 15:46:52 -04:00
HOMEPAGE= http://www.zsh.org/
2007-12-05 13:37:01 -05:00
MAINTAINER= Pierre-Emmanuel Andre <pea@raveland.org>
2004-09-14 20:40:23 -04:00
# BSD
2004-07-12 15:46:52 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2006-02-07 16:06:17 -05:00
WANTLIB= c m termcap
2004-07-12 15:46:52 -04:00
2004-09-30 17:46:58 -04:00
AUTOCONF_VERSION=2.59
2006-02-07 16:06:17 -05:00
CONFIGURE_STYLE=autoconf
CONFIGURE_ARGS= ${CONFIGURE_SHARED:S/shared/dynamic/} \
--enable-zsh-mem --enable-zsh-secure-free \
--enable-maildir-support --with-tcsetpgrp \
--enable-multibyte
2004-07-12 15:46:52 -04:00
SUBST_VARS= VERSION
# required for regression tests
PORTHOME= ${WRKDIR}
2004-07-12 15:46:52 -04:00
REGRESS_FLAGS= INSTALL_PROGRAM="install -c -s -m 555" \
INSTALL_DATA="install -c -m 444" \
2004-07-12 15:46:52 -04:00
INSTALL="install -c" \
TMPPREFIX=${WRKBUILD}/tmp
pre-configure:
@cp ${FILESDIR}/zshcalsys.1 ${WRKSRC}/Doc
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/zsh/${VERSION}/scripts/
2004-07-12 15:46:52 -04:00
.include <bsd.port.mk>