mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
3c0d25ac59
PR: 160014 Submitted by: myself Approved by: Kurt Jaeger <pi@opsec.eu> (maintainer)
24 lines
481 B
Makefile
24 lines
481 B
Makefile
# New ports collection makefile for: dragon
|
|
# Date created: 2010-09-17
|
|
# Whom: Kurt Jaeger <fbsd-ports@opsec.eu>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dragon
|
|
PORTVERSION= 1.3.8
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.lemke-it.com/
|
|
|
|
MAINTAINER= fbsd-ports@opsec.eu
|
|
COMMENT= Combined C++ scanner/parser generator for LR compliant grammars
|
|
|
|
LIB_DEPENDS= lfc.1:${PORTSDIR}/devel/lfc
|
|
|
|
LICENSE= GPLv2
|
|
GNU_CONFIGURE= yes
|
|
PLIST_FILES= bin/dragon
|
|
|
|
MAKE_JOBS_UNSAFE=yes
|
|
|
|
.include <bsd.port.mk>
|