- 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>
22 lines
404 B
Makefile
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>
|