mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
3c175cb569
Reviewed by: marcus
24 lines
442 B
Makefile
24 lines
442 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
|
|
PLIST_FILES= bin/bnf
|
|
|
|
.include <bsd.port.mk>
|