blob: eb27bc805398e5d304806a37eb2556e8ed068716 (
plain)
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
31
|
# 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
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
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>
|