libxaw

X.Org X Athena Widget Set library for building X11 applications

brewmacoslinux
Try with needOr install directly
Source

About

X.Org: X Athena Widget Set

Commands

libxaw

Examples

Link against libxaw when compiling an X11 application$ gcc -o myapp myapp.c $(pkg-config --cflags --libs xaw7)
Check if libxaw is properly installed and available$ pkg-config --modversion xaw7
Get compiler flags needed to use libxaw in your project$ pkg-config --cflags xaw7