1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00
freebsd-ports/devel/dragon/Makefile
Kurt Jaeger 0242ea64aa devel/dragon: upgrade 1.5.2 -> 1.5.3
- 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>
2019-07-14 07:44:25 +00:00

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>