openbsd-ports/shells/zsh/Makefile
pea b9d0ef45fe + fix completion for tmux
+ add completion for pfctl

"looks good" sthen@
2009-12-16 15:03:28 +00:00

55 lines
1.2 KiB
Makefile

# $OpenBSD: Makefile,v 1.52 2009/12/16 15:03:28 pea Exp $
COMMENT= Z shell, Bourne shell-compatible
V= 4.3.10
DISTNAME= zsh-$V
PKGNAME= ${DISTNAME}p1
CATEGORIES= shells
MAINTAINER= Pierre-Emmanuel Andre <pea@openbsd.org>
HOMEPAGE= http://www.zsh.org/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zsh/}
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m termcap
MODULES= converters/libiconv
LIB_DEPENDS= pcre::devel/pcre
AUTOCONF_VERSION=2.61
CONFIGURE_STYLE=autoconf
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= ${CONFIGURE_SHARED:S/shared/dynamic/} \
--enable-zsh-mem \
--enable-zsh-secure-free \
--enable-maildir-support \
--with-tcsetpgrp \
--enable-multibyte \
--enable-pcre \
--disable-gdbm
SUBST_VARS= V
# required for regression tests
PORTHOME= ${WRKDIR}
REGRESS_FLAGS= INSTALL_PROGRAM="install -c -s -m 555" \
INSTALL_DATA="install -c -m 444" \
INSTALL="install -c" \
TMPPREFIX=${WRKBUILD}/tmp \
TERM=xterm
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/zsh/$V/scripts/
.include <bsd.port.mk>