Edit

IABSD.fr/ports/shells/bash/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2010-10-18 21:41:44
    Hash : 2ef10269
    Message : USE_GROFF=Yes

  • shells/bash/Makefile
  • # $OpenBSD: Makefile,v 1.62 2010/10/18 21:41:47 espie Exp $
    
    COMMENT=	GNU Bourne Again Shell
    
    DISTNAME=	bash-4.1
    PKGNAME=	${DISTNAME}.9
    CATEGORIES=	shells
    HOMEPAGE=	http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html
    
    MAINTAINER=	Christian Weisgerber <naddy@openbsd.org>
    
    # GPLv3+
    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
    PATCHFILES+=	bash41-0$i:0
    .endfor
    
    MODULES=	devel/gettext
    USE_GROFF =	Yes
    WANTLIB=	c termcap 
    
    # enable if parse.y is patched
    #BUILD_DEPENDS=	::devel/bison
    #YACC=		${LOCALBASE}/bin/bison -y
    
    CONFIGURE_STYLE=gnu
    MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/support
    
    .include <bsd.port.mk>