aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ebnf2yacc/Makefile
blob: d82834b001c3b298ce6d637887c97199e1386fb1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# ex:ts=8
# New ports collection makefile for:    ebnf2yacc
# Date created:         Jul 3, 2001
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   ebnf2yacc
PORTVERSION=    0.1.0
CATEGORIES= devel
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ijliao@FreeBSD.org

GNU_CONFIGURE=  yes

.include <bsd.port.mk>