aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/byobu/Makefile
blob: 95eef37172217626bc0145023c6a6b4ac0357eb7 (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
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$

PORTNAME=   byobu
PORTVERSION=    5.73
PORTREVISION=   1
CATEGORIES= sysutils
MASTER_SITES=   http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/
DISTNAME=   ${PORTNAME}_${PORTVERSION}.orig

MAINTAINER= ports@FreeBSD.org
COMMENT=    Profile and configuration utilities for GNU Screen

RUN_DEPENDS=    screen:${PORTSDIR}/sysutils/screen \
                bash:${PORTSDIR}/shells/bash

GNU_CONFIGURE=  yes
USE_PYTHON= yes
WRKSRC=     ${WRKDIR}/${PORTNAME}-${PORTVERSION}

post-patch:
    ${FIND} ${WRKSRC} -type f | ${XARGS} \
        ${REINPLACE_CMD} \
            -e "s@/bin/bash@${LOCALBASE}/bin/bash@" \
            -e "s@/usr/bin/python@${PYTHON_CMD}@"

.include <bsd.port.mk>