src/world/mpc/Makefile

17 lines
431 B
Makefile
Raw Permalink Normal View History

# Makefile - hhl - /usr/src/world/mpc
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
#
distname = mpc
distext = gz
include world.mk
config_opts += --host=$(tgt)
config_opts += --build=$(bld)
config_opts += --with-sysroot=$(DESTDIR)
config_opts += --disable-static
config_opts += --docdir=$(install_prefix)/share/doc/mpc/$(mpc_version)
post_install = $(MAKE) -C $(objdir) html install-html
include targets.mk