contrib/tabbed
2018-09-28 22:12:32 +10:00
..
.footprint tabbed: new maintainer 2018-02-18 11:58:00 -05:00
.signature tabbed: remove config.h 2018-05-22 22:35:41 -04:00
Pkgfile tabbed: remove config.h 2018-05-22 22:35:41 -04:00
README tabbed: remove config.h 2018-05-22 22:35:41 -04:00

The configuration of tabbed is done by creating a custom config.h
and (re)compiling the source code. To create a custom config.h,
unpack the tarball, copy the file tabbed-$version/config.def.h to
tabbed's port directory, and edit to suit your preferences. Then,
when you call pkgmk in the tabbed port directory, the custom
config.h will be detected and copied into the source before
compilation. I recommend that you save a copy your custom config.h
some where other than the tabbed port directory, so that your changes
won't get nuked when updating ports or performing a prtsweep or
prtwash (see opt/prt-utils for more information about those two).

Another solution for customizing tabbed is to create a custom and
(preferably) private port that contains your custom config and also
might include patches, such as from https://suckless.org/patches/.