A_OS/ports/official/x11/lib/c-libxcb-util-image/build
2024-05-22 09:29:02 +00:00

9 lines
101 B
Bash

#!/bin/sh -e
./configure \
--prefix=/usr \
--disable-static
make
make DESTDIR="$1" install