mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
9d6b9d2222
- Trim Makefile header - Update WWW in pkg-descr Feature safe: yes
27 lines
542 B
Makefile
27 lines
542 B
Makefile
# Created by: alepulver
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bashc
|
|
PORTVERSION= 3.2.33.0
|
|
CATEGORIES= shells
|
|
MASTER_SITES= SF
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= GNU bash shell extended with visual two-panel file browser
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/bashc \
|
|
etc/bash_commander \
|
|
etc/bash_dialog
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|autoconf|${TRUE}|' ${WRKSRC}/Makefile.in
|
|
|
|
post-install:
|
|
@${SETENV} PKG_PREFIX="${PREFIX}" PKG_DESTDIR="${DESTDIR}" \
|
|
${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
|
|
|
.include <bsd.port.mk>
|