LICENSE   := GPLv2
VERSION   := 1.23.0
DOWNLOADS := groff.archive

URL(groff) := https://ftp.gnu.org/gnu/groff/groff-$(VERSION).tar.gz
SHA(groff) := 6b9757f592b7518b4902eb6af7e54570bdccba37a871fddb2d30ae3863511c13
DIR(groff) := src

PATCHES := $(addprefix patches/, configure.patch)
PATCH_OPT := -p1 -d src
