2002-09-28 21:31:06 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.26 2002/09/29 01:31:06 naddy Exp $
|
1997-11-17 20:20:00 -05:00
|
|
|
|
2001-04-10 11:32:55 -04:00
|
|
|
COMMENT= "GNU Bourne Again Shell"
|
2000-07-04 17:26:17 -04:00
|
|
|
|
2002-07-20 11:10:17 -04:00
|
|
|
DISTNAME= bash-2.05b
|
2001-04-10 11:32:55 -04:00
|
|
|
CATEGORIES= shells
|
2001-11-18 14:45:11 -05:00
|
|
|
HOMEPAGE= http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html
|
1999-12-08 00:20:30 -05:00
|
|
|
|
2001-11-18 14:45:11 -05:00
|
|
|
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
|
|
|
|
|
|
|
# GPL
|
2000-03-05 13:49:35 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2000-02-12 03:02:07 -05:00
|
|
|
|
2002-05-13 09:43:49 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=bash/}
|
2002-09-28 21:31:06 -04:00
|
|
|
MASTER_SITES0= ftp://ftp.cwru.edu/pub/bash/bash-2.05b-patches/ \
|
|
|
|
${MASTER_SITE_FREEBSD_LOCAL:=obrien/}
|
2002-05-13 09:43:49 -04:00
|
|
|
DISTFILES= ${DISTNAME}.tar.gz ${DISTNAME:S/-/-doc-/}.tar.gz
|
2002-09-28 21:31:06 -04:00
|
|
|
.for i in 001 002 003 004
|
|
|
|
PATCHFILES+= bash205b-${i}:0
|
|
|
|
.endfor
|
2000-03-31 11:30:25 -05:00
|
|
|
|
2001-01-03 14:36:09 -05:00
|
|
|
FLAVORS= static
|
2000-07-04 17:26:17 -04:00
|
|
|
FLAVOR?=
|
|
|
|
|
2001-11-18 14:45:11 -05:00
|
|
|
SEPARATE_BUILD= concurrent
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/support
|
2001-04-10 11:32:55 -04:00
|
|
|
|
2000-03-31 11:30:25 -05:00
|
|
|
.if ${FLAVOR:L} == "static"
|
2001-01-03 14:36:09 -05:00
|
|
|
CONFIGURE_ARGS= --enable-static-link
|
1999-12-08 00:20:30 -05:00
|
|
|
.endif
|
1997-11-17 20:20:00 -05:00
|
|
|
|
|
|
|
post-install:
|
2000-03-22 22:57:43 -05:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bash
|
2000-03-31 11:30:25 -05:00
|
|
|
cd ${WRKDIR}/doc && \
|
2001-04-10 11:32:55 -04:00
|
|
|
${INSTALL_DATA} article.ps article.txt bash.html bash.ps \
|
2000-03-31 11:30:25 -05:00
|
|
|
bashbug.ps bashref.html bashref.ps builtins.ps \
|
2001-04-10 11:32:55 -04:00
|
|
|
${PREFIX}/share/doc/bash
|
1997-11-17 20:20:00 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|