pkgsrc/devel/RE-flex/buildlink3.mk
scole 0a9b2667e5 devel/RE-flex: import RE-flex 2.0.1
The regex-centric, fast lexical analyzer generator for C++ with full
Unicode support. Faster than Flex and other regex matchers. Accepts
Flex specifications. Generates reusable source code that is easy to
understand. Easily integrates with Bison and other parsers. Includes a
fast stand-alone regex engine and library.
2020-06-15 15:11:50 +00:00

13 lines
308 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2020/06/15 15:11:50 scole Exp $
#
BUILDLINK_TREE+= RE-flex
.if !defined(RE_FLEX_BUILDLINK3_MK)
RE_FLEX_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.RE-flex+= RE-flex>=2.0.1
BUILDLINK_PKGSRCDIR.RE-flex?= ../../devel/RE-flex
.endif # RE_FLEX_BUILDLINK3_MK
BUILDLINK_TREE+= -RE-flex