A_OS/ports/official/x11/sys/c-viewres/build

10 lines
115 B
Plaintext
Raw Normal View History

2023-04-30 20:16:11 -04:00
#!/bin/sh -e
./configure \
--prefix=/usr \
--disable-dependency-tracking
2024-05-22 05:29:02 -04:00
2023-04-30 20:16:11 -04:00
make
make DESTDIR="$1" install