Files
ports/devel/dragon/Makefile
T
Björn Lemke 27af3e487e devel/dragon: update 1.5.5 -> 1.5.6
- change all int to unsigned, where signed is never needed
2025-12-12 14:32:39 +01:00

22 lines
408 B
Makefile

PORTNAME= dragon
PORTVERSION= 1.5.6
CATEGORIES= devel
MASTER_SITES= http://www.lemke-it.com/
MAINTAINER= pi@FreeBSD.org
COMMENT= Combined C++ scanner/parser generator for LR compliant grammars
WWW= https://www.lemke-it.com/
LICENSE= GPLv3
LIB_DEPENDS= liblfcbase.so:devel/lfcbase
GNU_CONFIGURE= yes
PLIST_FILES= bin/dragon
CONFLICTS_INSTALL= dragon-player
MAKE_JOBS_UNSAFE=yes
.include <bsd.port.mk>