aboutsummaryrefslogtreecommitdiffstats
path: root/devel/bnf/Makefile
blob: 10acb74df75d19aed22a533e8c97cbb46cd03333 (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:    bnf
# Date created:             22 May 2003
# Whom:                 Frerich Raabe <frerich.raabe@gmx.de>
#
# $FreeBSD$
#

PORTNAME=   bnf
PORTVERSION=    1.6.9
PORTREVISION=   1
CATEGORIES= devel
MASTER_SITES=   ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Generate C parser given a grammar in BNF notation

GNU_CONFIGURE=  yes

INFO=       bnf

.include <bsd.port.mk>