freebsd-ports/devel/bnf/Makefile
Pav Lucistnik 5dc1e89172 - Use INFO macro
PR:		ports/60619
Submitted by:	Ports Fury
2003-12-27 14:28:09 +00:00

22 lines
421 B
Makefile

# 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>