freebsd-ports/devel/ebnf2yacc/Makefile
Trevor Johnson 3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00

22 lines
377 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= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= EBNF to YACC
GNU_CONFIGURE= yes
PLIST_FILES= bin/ebnf2yacc
.include <bsd.port.mk>