pkgsrc/www/gumbo-parser/buildlink3.mk
leot 30f79e5cb2 gumbo-parser: Import gumbo-parser-0.10.1 as www/gumbo-parser
Gumbo is an implementation of the HTML5 parsing algorithm implemented
as a pure C99 library with no outside dependencies. It's designed to
serve as a building block for other tools and libraries such as
linters, validators, templating languages, and refactoring and analysis
tools.
2020-10-08 22:36:20 +00:00

12 lines
349 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2020/10/08 22:36:20 leot Exp $
BUILDLINK_TREE+= gumbo-parser
.if !defined(GUMBO_PARSER_BUILDLINK3_MK)
GUMBO_PARSER_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.gumbo-parser+= gumbo-parser>=0.10.1
BUILDLINK_PKGSRCDIR.gumbo-parser?= ../../www/gumbo-parser
.endif # GUMBO_PARSER_BUILDLINK3_MK
BUILDLINK_TREE+= -gumbo-parser