1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/shells/bashc/Makefile
Thomas Abthorpe 73c7900f5b - Reassign ports to heap
Submitted by:	alepulver
2011-02-27 04:54:41 +00:00

31 lines
617 B
Makefile

# New ports collection makefile for: bashc
# Date created: 2008-02-10
# Whom: 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>