head	1.1;
access;
symbols
	pkgsrc-2026Q2:1.1.0.2
	pkgsrc-2026Q2-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2026.05.18.09.24.19;	author wiz;	state Exp;
branches;
next	;
commitid	kQC03Z8A1ouwfhGG;


desc
@@


1.1
log
@tree-sitter-markdown: split off some code into Makefile.common

In preparation for tree-sitter-markdown-inline
@
text
@# $NetBSD: Makefile,v 1.7 2026/03/02 12:13:33 wiz Exp $
# used by textproc/tree-sitter-markdown-inline/Makefile

DISTNAME=	tree-sitter-markdown-0.5.3
CATEGORIES=	textproc devel
MASTER_SITES=	${MASTER_SITE_GITHUB:=tree-sitter-grammars/}
GITHUB_TAG=	v${PKGVERSION_NOREV}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/tree-sitter-grammars/tree-sitter-markdown
COMMENT=	Markdown grammar for tree-sitter
LICENSE=	mit

DISTINFO_FILE=	${.CURDIR}/../../textproc/tree-sitter-markdown/distinfo
#PATCHDIR=	${.CURDIR}/../../textproc/tree-sitter-markdown/patches

WRKSRC=		${WRKDIR}/${DISTNAME}

.include "../../textproc/tree-sitter/grammar.mk"
@
