openbsd-ports/shells/bash/Makefile
2007-09-15 21:17:24 +00:00

34 lines
824 B
Makefile

# $OpenBSD: Makefile,v 1.46 2007/09/15 21:17:24 merdely Exp $
COMMENT= GNU Bourne Again Shell
DISTNAME= bash-3.2
PKGNAME= ${DISTNAME}.25
CATEGORIES= shells
HOMEPAGE= http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_GNU:=bash/}
MASTER_SITES0= ${MASTER_SITE_GNU:=bash/${DISTNAME}-patches/}
DIST_SUBDIR= bash
.for i in 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 \
21 22 23 24 25
PATCHFILES+= bash32-0$i:0
.endfor
MODULES= devel/gettext
WANTLIB= c termcap
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --disable-multibyte # missing wcscoll(3)
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/support
.include <bsd.port.mk>