mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
ac72d666a3
Remove dead mirror and add some new mirrors PR: ports/95373 Submitted by: Lars Engels <lars.engels@0x20.net>
27 lines
672 B
Makefile
27 lines
672 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= http://ftp.dkuug.dk/gnu/ftp/savannah/files/bnf/ \
|
|
http://gnu.rtin.bz/ftp/savannah/files/bnf/ \
|
|
http://ftp.azc.uam.mx/mirrors/gnu/savannah/files/bnf/ \
|
|
http://mirrors.dotsrc.org/ftp.gnu.org/savannah/files/bnf/ \
|
|
http://mirrors.ibiblio.org/pub/mirrors/gnu/ftp/savannah/files/bnf/
|
|
|
|
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>
|