aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ebnf2yacc/Makefile
blob: e8144eab43ad623e7fee601a4888e2a0aeae0a7c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ports@FreeBSD.org
COMMENT=    EBNF to YACC

GNU_CONFIGURE=  yes

.include <bsd.port.mk>