opnsense-ports/shells/bashc/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

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>