freebsd-ports/devel/dragon/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

20 lines
402 B
Makefile

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