freebsd-ports/sysutils/byobu/Makefile
Adam Weinberger 31cc356bf4 Remove bash-devel support now that it has been folded into
shells/bash proper. Bump PORTREVISION on affected ports.
2014-03-03 14:35:22 +00:00

27 lines
689 B
Makefile

# 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= gslin@gslin.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>