A program which helps to configure compiler and linker flags for development frameworks.
cd Ports/pkgconf
./package.sh
pkgconf is a program which helps to configure compiler and linker flags for development libraries. It is similar to pkg-config from freedesktop.org.
libpkgconf is a library which provides access to most of pkgconf's functionality, to allow other tooling such as compilers and IDEs to discover and use libraries configured by pkgconf.
Website: https://github.com/pkgconf/pkgconf
Port: https://github.com/SerenityOS/serenity/tree/master/Ports/pkgconf
Port icon has the following license: Attribution 4.0 International (CC BY 4.0)