kiss-mfavila-large/ports/tabbed/build

10 lines
278 B
Plaintext
Raw Normal View History

#!/bin/sh -e
2021-05-11 00:07:37 -04:00
# Adding this patch forces the libXft dependency, but the upstream (git) already
# uses it. It is also much better than the ancient# logical X font description.
patch -p1 < tabbed-0.6-xft.diff
2021-09-16 18:06:34 -04:00
${EDITOR:=vi} config.def.h
make
make DESTDIR="$1" PREFIX=/usr install