mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
0242ea64aa
- Small cosmetic patch in CPlusGenerator parse method. Instead of default, NULLACTION case has been added to avoid compile warnings with -Wswitch-enum Submitted by: Bjoern Lemke <lemke@lemke-it.com>
24 lines
427 B
Makefile
24 lines
427 B
Makefile
# Created by: Kurt Jaeger <fbsd-ports@opsec.eu>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dragon
|
|
PORTVERSION= 1.5.3
|
|
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
|
|
|
|
CONFLICTS= dragon-kde4
|
|
|
|
GNU_CONFIGURE= yes
|
|
PLIST_FILES= bin/dragon
|
|
|
|
MAKE_JOBS_UNSAFE=yes
|
|
|
|
.include <bsd.port.mk>
|