kiss-mfavila-large/ports/unofficial/stable/tabbed/build

11 lines
254 B
Bash
Executable File

#!/bin/sh -e
# 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
make
make DESTDIR="$1" PREFIX=/usr install