src/world/kbd/Makefile

19 lines
476 B
Makefile

# Makefile - hhl - /usr/src/world/kbd
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
#
distname = kbd
patches += kbd-2.2.0-backspace-1.patch
patches += kbd-noresizecons.patch
include world.mk
config_opts += --host=$(tgt)
config_opts += --with-sysroot=$(DESTDIR)
config_opts += --disable-vlock
kbd_docdir = $(docdir)/kbd/$(kbd_version)
define post_install
install -d $(kbd_docdir)
cp -Rv $(srcdir)/docs/doc/* $(kbd_docdir)
endef
include targets.mk