kiss-mfavila-large/ports/unofficial/stable/links2-mod/build

19 lines
398 B
Plaintext
Raw Normal View History

2021-05-09 02:10:08 -04:00
#!/bin/sh -e
patch -p1 < 01-links-tabbed.patch
./configure \
--prefix=/usr \
--enable-graphics \
2021-09-16 18:06:34 -04:00
--without-ipv6 \
--without-libevent \
--without-gpm \
--without-libtiff \
--without-librsvg \
--disable-png-pkgconfig \
--with-x \
--mandir=/usr/share/man
2021-05-09 02:10:08 -04:00
make
make DESTDIR="$1" install