openbsd-ports/shells/bash/Makefile
2006-02-10 11:33:17 +00:00

35 lines
827 B
Makefile

# $OpenBSD: Makefile,v 1.38 2006/02/10 11:33:17 espie Exp $
COMMENT= "GNU Bourne Again Shell"
DISTNAME= bash-3.1
PKGNAME= ${DISTNAME}.1p0
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= ftp://ftp.cwru.edu/pub/bash/ \
${MASTER_SITE_GNU:=bash/}
MASTER_SITES0= ftp://ftp.cwru.edu/pub/bash/${DISTNAME}-patches/ \
${MASTER_SITE_GNU:=bash/${DISTNAME}-patches/}
DIST_SUBDIR= bash
.for i in 01
PATCHFILES+= bash31-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>