pkgsrc/textproc/cmark-gfm/buildlink3.mk
pho 9a717bcfe7 Import cmark-gfm-0.29.0.gfm.0
cmark-gfm is an extended version of the C reference implementation of
CommonMark, a rationalized version of Markdown syntax with a spec.
This package adds GitHub Flavored Markdown extensions to the upstream
implementation (https://github.com/jgm/cmark), as defined in the spec
(https://github.github.com/gfm/).
2020-01-15 06:29:58 +00:00

12 lines
333 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2020/01/15 06:29:58 pho Exp $
BUILDLINK_TREE+= cmark-gfm
.if !defined(CMARK_GFM_BUILDLINK3_MK)
CMARK_GFM_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.cmark-gfm+= cmark-gfm>=0.29.0.gfm.0
BUILDLINK_PKGSRCDIR.cmark-gfm?= ../../textproc/cmark-gfm
.endif # CMARK_GFM_BUILDLINK3_MK
BUILDLINK_TREE+= -cmark-gfm