# ex:ts=8 # New ports collection makefile for: bash # Date created: 21 August 1994 # Whom: jkh # # $FreeBSD$ # PORTNAME= bash PORTVERSION= 2.05b.004 PORTREVISION?= 0 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.cwru.edu/pub/bash/ MASTER_SITE_SUBDIR= bash DISTFILES= bash-${PORTVERSION:C/\....$//}.tar.gz .if !defined(NOPORTDOCS) DISTFILES+= bash-doc-${PORTVERSION:C/\....$//}.tar.gz .endif PATCH_SITES= ftp://ftp.cwru.edu/pub/bash/bash-2.05b-patches/ \ ${MASTER_SITE_LOCAL} PATCH_SITE_SUBDIR= obrien PATCHFILES= bash205b-001 bash205b-002 bash205b-003 bash205b-004 MAINTAINER= obrien@FreeBSD.org COMMENT= The GNU Bourne Again Shell .include WRKSRC= ${WRKDIR}/bash-${PORTVERSION:C/\....$//} GNU_CONFIGURE= Yes CONFIGURE_ARGS= --with-installed-readline CONFIGURE_ENV= LDFLAGS=-static MAN1= bash.1 bashbug.1 .if defined(WITH_NET_REDIRECTIONS) CONFIGURE_ARGS+= --enable-net-redirections .endif pre-extract: .if !defined(WITH_NET_REDIRECTIONS) @${ECHO_MSG} "You can enable support for /dev/(tcp|udp)/host/port redirection by defining WITH_NET_REDIRECTIONS." .endif post-install: ${CP} /etc/shells /etc/shells.bak (${GREP} -v ${PREFIX}/bin/bash /etc/shells.bak; ${ECHO_CMD} ${PREFIX}/bin/bash) >/etc/shells ${RM} /etc/shells.bak .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_MAN} \ ${WRKDIR}/doc/article.ps \ ${WRKDIR}/doc/bashref.ps \ ${DOCSDIR} ${INSTALL_MAN} \ ${WRKDIR}/doc/article.txt \ ${DOCSDIR} ${BZIP2_CMD} -f ${DOCSDIR}/*.ps .endif .include CONFIGURE_TARGET:= --build=${CONFIGURE_TARGET} >xorg-server-1.19.6 FreeBSD graphics obsolete development ports (https://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use ${MASTER_SITE_DEBIAN} instead of ${MASTER_SITE_GNU} for fetchingokazaki2003-10-172-9/+9
* Avoid a bus error in the do-build target when nl_langinfo(CODESET) returns "E...okazaki2003-10-031-0/+13
* Update I18N patch.okazaki2003-09-104-65/+66
* Use ${XARGS}.okazaki2003-07-301-1/+1
* Update tmac suite.okazaki2003-05-232-3/+3
* Grouping MASTER_SITES and DIST_FILES. [1]okazaki2003-03-252-3/+24
* ".ifdef ${WITHOUT_WCHAR_H}" is not valid make syntaxkris2003-03-061-1/+1
* Upgrade to 1.18.1.okazaki2003-03-0610-127/+255
* Update tmac suite to 20020918 of RELENG_4.okazaki2002-09-192-3/+3
* Use ${REINPLACE_CMD} instead of ${PERL}.okazaki2002-06-211-15/+9
* Update tmac suite to 20020602 of RELENG_4.okazaki2002-06-032-4/+9
* Update the value of `operating-system' defined at mdoc.local to "FreeBSD\~4.5".okazaki2002-01-232-3/+3
* Update tmac suite to sync with RELENG_4 at 20020120. Bump PORTREVISION.okazaki2002-01-222-8/+9
* Sync with /usr/bin/groff of RELENG_4.okazaki2001-09-042-6/+6
* Upgrade to 1.17.2.okazaki2001-08-142-8/+26
* Optimize CONFIGURE_ENV.okazaki2001-08-062-5/+3
* Japanese version of groff-1.17.horikawa2001-08-048-701/+411
* Reduce a list of master-site candidates.okazaki2001-06-121-4/+4
* Update tmac suite to sync with RELENG_4 at 20010314. Bump PORTREVISION.okazaki2001-03-303-4/+5
* 1) Install up-to-date tmac suite from recent 4-STABLE live-treeokazaki2001-02-145-98/+56
* Fix last change.okazaki2000-12-183-24/+10
* Fix an error on recent 4-STABLE and -CURRENT at `post-install'.okazaki2000-12-182-3/+10
* USE ${MASTER_SITE_LOCAL} for PATCH_SITES, since the previousokazaki2000-12-121-2/+3
* Update to jgroff-0.100 based on groff-1.15cpiazza2000-05-19