freebsd-ports/devel/lexi/Makefile
Martin Wilke 6221519dd2 Lexi translates a description of a lexical analyser into code implementing that
analyser.

WWW:	http://www.akumaproject.org/ (notes webpage is in progress)

PR:		ports/113124
Submitted by:	The Akuma Project
2007-06-04 06:45:49 +00:00

23 lines
419 B
Makefile

# New ports collection makefile for: lexi
# Date created: 29 May 2007
# Whom: The Akuma Project
#
# $FreeBSD$
#
PORTNAME= lexi
PORTVERSION= 1.2
CATEGORIES= devel
MASTER_SITES= http://www.akumaproject.org/download/
MAINTAINER= ports@akumaproject.org
COMMENT= A lexical analyser tool
CONFLICTS= TenDRA-4.2*
INSTALL_TARGET= install DESTDIR=${PREFIX}
MAN1= lexi.1
PLIST_FILES= bin/lexi
.include <bsd.port.mk>