27af3e487e
- change all int to unsigned, where signed is never needed
22 lines
408 B
Makefile
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>
|