mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
85deaf054b
Reported by: amdmi3
22 lines
459 B
Makefile
22 lines
459 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.7
|
|
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
|
|
|
|
.include <bsd.port.mk>
|