aboutsummaryrefslogtreecommitdiffstats
path: root/shells/bashc/Makefile
blob: e3f68853d4542b11e71cb662b3d89d028336e2fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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= alepulver@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>