2013-09-20 23:05:58 +00:00
|
|
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
2011-04-12 03:14:05 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= byobu
|
2014-07-01 16:43:13 +00:00
|
|
|
PORTVERSION= 5.80
|
2011-04-12 03:14:05 +00:00
|
|
|
CATEGORIES= sysutils
|
2014-03-03 00:10:14 +00:00
|
|
|
MASTER_SITES= http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/
|
2011-07-19 02:02:03 +00:00
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
|
2011-04-12 03:14:05 +00:00
|
|
|
|
2014-06-30 05:51:02 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2011-04-12 03:14:05 +00:00
|
|
|
COMMENT= Profile and configuration utilities for GNU Screen
|
|
|
|
|
2014-03-03 14:35:22 +00:00
|
|
|
RUN_DEPENDS= screen:${PORTSDIR}/sysutils/screen \
|
2014-07-01 16:43:13 +00:00
|
|
|
bash:${PORTSDIR}/shells/bash
|
2011-04-12 03:14:05 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2014-07-01 16:43:13 +00:00
|
|
|
USE_AUTOTOOLS= aclocal automake
|
2014-10-24 16:56:10 +00:00
|
|
|
USES= python
|
2011-07-19 02:02:03 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
2011-04-12 03:14:05 +00:00
|
|
|
|
2014-07-16 03:18:26 +00:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2011-07-19 02:02:03 +00:00
|
|
|
post-patch:
|
2014-03-03 00:10:14 +00:00
|
|
|
${FIND} ${WRKSRC} -type f | ${XARGS} \
|
|
|
|
${REINPLACE_CMD} \
|
|
|
|
-e "s@/bin/bash@${LOCALBASE}/bin/bash@" \
|
|
|
|
-e "s@/usr/bin/python@${PYTHON_CMD}@"
|
2014-07-01 16:43:13 +00:00
|
|
|
${REINPLACE_CMD} -e 's,@sysconfdir@/profile.d,$$(datadir)/@PACKAGE@,' \
|
|
|
|
${WRKSRC}/etc/profile.d/Makefile.am
|
2011-07-19 02:02:03 +00:00
|
|
|
|
2011-04-12 03:14:05 +00:00
|
|
|
.include <bsd.port.mk>
|