freebsd-ports/devel/dragon/Makefile
Kurt Jaeger 1fd6249d3c devel/dragon: update 1.5.3 -> 1.5.4
- Added stdlib.h include for generated parser code with dynamic
  parse table allocation ( malloc is used ). For Linux compiles, this
  is required

Submitted by:	Björn Lemke <lemke@lemke-it.com>
2020-12-05 20:22:09 +00:00

22 lines
404 B
Makefile

# Created by: Kurt Jaeger <fbsd-ports@opsec.eu>
# $FreeBSD$
PORTNAME= dragon
PORTVERSION= 1.5.4
CATEGORIES= devel
MASTER_SITES= http://www.lemke-it.com/
MAINTAINER= pi@FreeBSD.org
COMMENT= Combined C++ scanner/parser generator for LR compliant grammars
LICENSE= GPLv3
LIB_DEPENDS= liblfcbase.so:devel/lfcbase
GNU_CONFIGURE= yes
PLIST_FILES= bin/dragon
MAKE_JOBS_UNSAFE=yes
.include <bsd.port.mk>