src/world/flex/Makefile

14 lines
400 B
Makefile

# Makefile - hhl - /usr/src/world/flex
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
#
distname = flex
distext = gz
patches = flexdef-malloc.patch
include world.mk
config_opts += --host=$(tgt)
config_opts += --with-sysroot=$(DESTDIR)
config_opts += --docdir=$(install_prefix)/share/doc/flex/$(flex_version)
post_install = ln -s flex $(bindir)/lex
include targets.mk