blob: d155f949df218ec813efd46a0ccbde809762b266 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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>
|