21 lines
321 B
Makefile
21 lines
321 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: ebnf2yacc
|
|
# Date created: Jul 3, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ebnf2yacc
|
|
PORTVERSION= 0.1.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= EBNF to YACC
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/ebnf2yacc
|
|
|
|
.include <bsd.port.mk>
|