diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-04-12 03:14:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-04-12 03:14:05 +0000 |
commit | ae331b160c8a1bc6e7a7a21effcab2505c7256cb (patch) | |
tree | 41e2d82eae8c4d06192074b4838bbed8233334af /sysutils/byobu/Makefile | |
parent | 2c6e431a058abafa7b8ed8a41ddaf91c1ff35cf8 (diff) | |
download | ports-ae331b160c8a1bc6e7a7a21effcab2505c7256cb.tar.gz ports-ae331b160c8a1bc6e7a7a21effcab2505c7256cb.zip |
Notes
Diffstat (limited to 'sysutils/byobu/Makefile')
-rw-r--r-- | sysutils/byobu/Makefile | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/sysutils/byobu/Makefile b/sysutils/byobu/Makefile new file mode 100644 index 000000000000..ca4c7ff219a1 --- /dev/null +++ b/sysutils/byobu/Makefile @@ -0,0 +1,38 @@ +# 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> |