# Makefile - hhl - /usr/src/world/pkg-config # Copyright 2020 Nathan Fisher # distname = pkg-config distext = gz include world.mk pre_configure = install -m644 config.cache $(objdir) config_opts += --host=$(tgt) config_opts += --with-sysroot=$(DESTDIR) config_opts += --cache=config.cache config_opts += --with-internal-glib config_opts += --disable-host-tool config_opts += --docdir=$(install_prefix)/share/doc/pkg-config/$(pkg-config_version) include targets.mk