pkgsrc/devel/libantlr3c/buildlink3.mk
nia c0e0633eb0 devel: add libantlr3c
ANTLR, ANother Tool for Language Recognition, is a language tool that provides
a framework for constructing recognizers, interpreters, compilers, and
translators from grammatical descriptions containing actions in a variety
of target languages.

This package provides the ANTLR v3 C runtime library.
2020-11-02 12:25:56 +00:00

12 lines
329 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2020/11/02 12:25:56 nia Exp $
BUILDLINK_TREE+= libantlr3c
.if !defined(LIBANTLR3C_BUILDLINK3_MK)
LIBANTLR3C_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libantlr3c+= libantlr3c>=3.4
BUILDLINK_PKGSRCDIR.libantlr3c?= ../../devel/libantlr3c
.endif # LIBANTLR3C_BUILDLINK3_MK
BUILDLINK_TREE+= -libantlr3c