2011-04-12 03:14:05 +00:00
|
|
|
# New ports collection makefile for: byobu
|
|
|
|
# Date created: 2011-04-09
|
|
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= byobu
|
|
|
|
PORTVERSION= 3.29
|
2011-07-19 02:02:03 +00:00
|
|
|
PORTREVISION= 1
|
2011-04-12 03:14:05 +00:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://launchpadlibrarian.net/65243016/
|
2011-07-19 02:02:03 +00:00
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
|
2011-04-12 03:14:05 +00:00
|
|
|
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
|
|
COMMENT= Profile and configuration utilities for GNU Screen
|
|
|
|
|
2011-07-19 02:02:03 +00:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \
|
|
|
|
${LOCALBASE}/bin/screen:${PORTSDIR}/sysutils/screen
|
2011-04-12 03:14:05 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2011-07-19 02:02:03 +00:00
|
|
|
USE_PYTHON= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
2011-04-12 03:14:05 +00:00
|
|
|
|
|
|
|
MAN1= byobu-config.1 \
|
|
|
|
byobu-disable.1 \
|
|
|
|
byobu-enable.1 \
|
|
|
|
byobu-export.1 \
|
|
|
|
byobu-janitor.1 \
|
|
|
|
byobu-launch.1 \
|
|
|
|
byobu-launcher-install.1 \
|
|
|
|
byobu-launcher-uninstall.1 \
|
|
|
|
byobu-launcher.1 \
|
|
|
|
byobu-reconnect-sockets.1 \
|
|
|
|
byobu-select-profile.1 \
|
|
|
|
byobu-select-session.1 \
|
|
|
|
byobu-status-detail.1 \
|
|
|
|
byobu-status.1 \
|
|
|
|
byobu.1 \
|
|
|
|
shell.1
|
|
|
|
|
2011-07-19 02:02:03 +00:00
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} \
|
|
|
|
-e "s@/bin/bash@${LOCALBASE}/bin/bash@" \
|
|
|
|
-e "s@/usr/bin/python@${PYTHON_CMD}@" \
|
|
|
|
${WRKSRC}/usr/bin/*
|
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
${REINPLACE_CMD} \
|
|
|
|
-e "s@^install:.*@install:@" \
|
|
|
|
${WRKSRC}/usr/share/doc/byobu/Makefile.in
|
|
|
|
.endif
|
|
|
|
|
2011-04-12 03:14:05 +00:00
|
|
|
.include <bsd.port.mk>
|