6221519dd2
analyser. WWW: http://www.akumaproject.org/ (notes webpage is in progress) PR: ports/113124 Submitted by: The Akuma Project
23 lines
419 B
Makefile
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>
|