2009-11-13 12:26:40 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.51 2009/11/13 12:26:40 pea Exp $
|
2001-05-06 03:49:21 +00:00
|
|
|
|
2007-12-04 19:26:56 +00:00
|
|
|
COMMENT= Z shell, Bourne shell-compatible
|
1997-11-18 01:20:00 +00:00
|
|
|
|
2009-06-03 14:35:48 +00:00
|
|
|
V= 4.3.10
|
2008-02-08 04:55:08 +00:00
|
|
|
DISTNAME= zsh-$V
|
2009-11-13 12:26:40 +00:00
|
|
|
PKGNAME= ${DISTNAME}p0
|
2004-07-12 19:46:52 +00:00
|
|
|
CATEGORIES= shells
|
2008-02-08 04:55:08 +00:00
|
|
|
|
2008-11-04 10:00:59 +00:00
|
|
|
MAINTAINER= Pierre-Emmanuel Andre <pea@openbsd.org>
|
2008-02-08 04:55:08 +00:00
|
|
|
|
|
|
|
HOMEPAGE= http://www.zsh.org/
|
|
|
|
|
2009-11-13 12:26:40 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zsh/}
|
2004-07-12 19:46:52 +00:00
|
|
|
|
2004-09-15 00:40:23 +00:00
|
|
|
# BSD
|
2004-07-12 19:46:52 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2008-02-08 04:55:08 +00:00
|
|
|
WANTLIB= c m termcap
|
2004-07-12 19:46:52 +00:00
|
|
|
|
2008-02-08 04:55:08 +00:00
|
|
|
MODULES= converters/libiconv
|
|
|
|
|
2008-07-02 15:02:54 +00:00
|
|
|
LIB_DEPENDS= pcre::devel/pcre
|
|
|
|
|
2008-02-08 04:55:08 +00:00
|
|
|
AUTOCONF_VERSION=2.61
|
2006-02-07 21:06:17 +00:00
|
|
|
CONFIGURE_STYLE=autoconf
|
2008-02-08 04:55:08 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2006-02-07 21:06:17 +00:00
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED:S/shared/dynamic/} \
|
2008-02-08 04:55:08 +00:00
|
|
|
--enable-zsh-mem \
|
|
|
|
--enable-zsh-secure-free \
|
|
|
|
--enable-maildir-support \
|
|
|
|
--with-tcsetpgrp \
|
2008-07-02 15:02:54 +00:00
|
|
|
--enable-multibyte \
|
2008-11-04 10:00:59 +00:00
|
|
|
--enable-pcre \
|
|
|
|
--disable-gdbm
|
2004-07-12 19:46:52 +00:00
|
|
|
|
2008-02-08 04:55:08 +00:00
|
|
|
SUBST_VARS= V
|
2004-07-12 19:46:52 +00:00
|
|
|
|
2006-10-19 13:44:51 +00:00
|
|
|
# required for regression tests
|
|
|
|
PORTHOME= ${WRKDIR}
|
2004-07-12 19:46:52 +00:00
|
|
|
REGRESS_FLAGS= INSTALL_PROGRAM="install -c -s -m 555" \
|
2007-12-04 19:26:56 +00:00
|
|
|
INSTALL_DATA="install -c -m 444" \
|
2004-07-12 19:46:52 +00:00
|
|
|
INSTALL="install -c" \
|
2008-02-08 04:55:08 +00:00
|
|
|
TMPPREFIX=${WRKBUILD}/tmp \
|
|
|
|
TERM=xterm
|
2007-12-04 19:26:56 +00:00
|
|
|
|
|
|
|
post-install:
|
2008-02-08 04:55:08 +00:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/zsh/$V/scripts/
|
2007-12-04 19:26:56 +00:00
|
|
|
|
2004-07-12 19:46:52 +00:00
|
|
|
.include <bsd.port.mk>
|