src/world/mandoc/Makefile

20 lines
477 B
Makefile

# Makefile - hhl - /src/world/mandoc
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
#
distname = mandoc
distext = gz
patches += mandoc-broken-cc-detection.patch
patches += mandoc-multiple-definitions.patch
patches += mandoc-pager.patch
no_objdir = 1
include world.mk
export tgt_cc = $(tgt)-gcc
pre_configure = install -m644 configure.local $(srcdir)
post_configure = install -m644 Makefile.local $(srcdir)
include targets.mk