blob: 6500429654862b43f30286236835530961f40308 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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/
DISTNAME= dragon-${PORTVERSION}
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>
|