mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
6221519dd2
analyser. WWW: http://www.akumaproject.org/ (notes webpage is in progress) PR: ports/113124 Submitted by: The Akuma Project
24 lines
419 B
Makefile
24 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>
|