- enable pcre support, from Pierre-Emmanuel Andre (MAINTAINER)

- add bin marker

ok merdely@
This commit is contained in:
okan 2008-07-02 15:02:54 +00:00
parent 604e702e0a
commit 52d867c476
3 changed files with 10 additions and 5 deletions

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.47 2008/04/04 07:46:03 landry Exp $
# $OpenBSD: Makefile,v 1.48 2008/07/02 15:02:54 okan Exp $
COMMENT= Z shell, Bourne shell-compatible
V= 4.3.6
DISTNAME= zsh-$V
PKGNAME= ${DISTNAME}p0
CATEGORIES= shells
MAINTAINER= Pierre-Emmanuel Andre <pea@raveland.org>
@ -28,6 +29,8 @@ 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" \
@ -37,7 +40,8 @@ CONFIGURE_ARGS= ${CONFIGURE_SHARED:S/shared/dynamic/} \
--enable-zsh-secure-free \
--enable-maildir-support \
--with-tcsetpgrp \
--enable-multibyte
--enable-multibyte \
--enable-pcre
SUBST_VARS= V

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PFRAG.shared,v 1.6 2008/02/08 04:55:08 okan Exp $
@comment $OpenBSD: PFRAG.shared,v 1.7 2008/07/02 15:02:54 okan Exp $
lib/zsh/
lib/zsh/${V}/
lib/zsh/${V}/zsh/
@ -21,6 +21,7 @@ lib/zsh/${V}/zsh/net/socket.so
lib/zsh/${V}/zsh/net/tcp.so
lib/zsh/${V}/zsh/newuser.so
lib/zsh/${V}/zsh/parameter.so
lib/zsh/${V}/zsh/pcre.so
lib/zsh/${V}/zsh/regex.so
lib/zsh/${V}/zsh/rlimits.so
lib/zsh/${V}/zsh/sched.so

View File

@ -1,8 +1,8 @@
@comment $OpenBSD: PLIST,v 1.24 2008/04/04 07:46:03 landry Exp $
@comment $OpenBSD: PLIST,v 1.25 2008/07/02 15:02:54 okan Exp $
@pkgpath shells/zsh,-main
@shell bin/zsh
%%SHARED%%
bin/zsh-${V}
@bin bin/zsh-${V}
@info info/zsh.info
@man man/man1/zsh.1
@man man/man1/zshall.1