1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/sysutils/ledit/Makefile
Pav Lucistnik f96d9de9d8 Ledit is a line editor, allowing to use control commands like in emacs
or in shells (bash, tcsh). To be used with interactive commands. It is
written in Ocaml and Camlp4 and uses the library unix.cma.

PR:		ports/77307
Submitted by:	Marwan Burelle <marwan.burelle@lri.fr>
2005-02-09 21:22:47 +00:00

30 lines
554 B
Makefile

# ex:ts=8
# Ports collection makefile for: ledit
# Date created: Feb 8, 2005
# Whom: Marwan Burelle <marwan.burelle@lri.fr>
#
# $FreeBSD$
#
PORTNAME= ledit
PORTVERSION= 1.11
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.inria.fr/INRIA/cristal/Daniel.de_Rauglaudre/Tools/
MAINTAINER= marwan.burelle@lri.fr
COMMENT= Line editor to be used with interactive commands
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml
ALL_TARGET= all ledit.opt
INSTALL_TARGET= install.opt
PLIST_FILES= bin/ledit
MANCOMPRESSED= no
MANL= ledit.l
.include <bsd.port.mk>