freebsd-ports/devel/dragon/Makefile
Baptiste Daroussin a7b5de6039 Support stage
2014-01-20 23:42:47 +00:00

20 lines
420 B
Makefile

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