1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/sysutils/byobu/Makefile
Martin Wilke ae331b160c Byobu is a Japanese term for decorative, multi-panel screens that serve as
folding room dividers. As an open source project, Byobu is an elegant
enhancement of the otherwise functional, plain, practical GNU Screen. Byobu
includes an enhanced profile and configuration utilities for the GNU screen
window manager, such as toggle-able system status notifications.

WWW:	https://launchpad.net/byobu

PR:		ports/156267
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2011-04-12 03:14:05 +00:00

39 lines
849 B
Makefile

# New ports collection makefile for: byobu
# Date created: 2011-04-09
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= byobu
PORTVERSION= 3.29
CATEGORIES= sysutils
MASTER_SITES= http://launchpadlibrarian.net/65243016/
DISTFILES= ${PORTNAME}_${PORTVERSION}.orig${EXTRACT_SUFX}
MAINTAINER= gslin@gslin.org
COMMENT= Profile and configuration utilities for GNU Screen
RUN_DEPENDS= ${LOCALBASE}/bin/screen:${PORTSDIR}/sysutils/screen
GNU_CONFIGURE= yes
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
.include <bsd.port.mk>