diff options
author | miwi <miwi@FreeBSD.org> | 2011-01-29 22:24:14 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-01-29 22:24:14 +0800 |
commit | 6dde9481848d550e0bea79f0dd9ac66b5528fb69 (patch) | |
tree | cc618b2ae81d0ba809c577bdccd4701bd406b631 /x11/Makefile | |
parent | cd93a56979645e6d3f389fb0d54eb498320ea30d (diff) | |
download | freebsd-ports-gnome-6dde9481848d550e0bea79f0dd9ac66b5528fb69.tar.gz freebsd-ports-gnome-6dde9481848d550e0bea79f0dd9ac66b5528fb69.tar.zst freebsd-ports-gnome-6dde9481848d550e0bea79f0dd9ac66b5528fb69.zip |
tabbed is a simple Xembed container manager based on Xlib. tabbed
was originally designed for surf but also usable with many other
application, i.e. uzbl, urxvt and xterm.
It consists of a single binary, configuration is done at compile-time
by a single config.h file.
WWW: http://tools.suckless.org/tabbed
PR: ports/150266
Submitted by: Winston Weinert <winstonw at lavabit.com>
Feature safe: yes
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 6e8bfe5d43fe..416d3a7e8ba4 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -278,6 +278,7 @@ SUBDIR += startup-notification SUBDIR += swarp SUBDIR += sxpc + SUBDIR += tabbed SUBDIR += temperature.app SUBDIR += terminal.app SUBDIR += terminator |