kiss-mfavila-large/ports/unofficial/stable/links2-mod/build
2022-08-13 15:19:49 -04:00

18 lines
369 B
Bash
Executable File

#!/bin/sh -e
patch -p1 < 01-links-tabbed.patch
./configure \
--prefix=/usr \
--enable-graphics \
--without-ipv6 \
--without-libevent \
--without-gpm \
--without-libtiff \
--without-librsvg \
--with-x \
--mandir=/usr/share/man
make
make DESTDIR="$1" install