Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
21 lines
387 B
Makefile
21 lines
387 B
Makefile
# Created by: alepulver
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bashc
|
|
PORTVERSION= 3.2.33.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= shells
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= GNU bash shell extended with visual two-panel file browser
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
USES= tar:tgz
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|autoconf|${TRUE}|' ${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|