1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/sysutils/ledit/Makefile
2005-12-17 18:41:35 +00:00

32 lines
579 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
BROKEN= Does not build
ALL_TARGET= all ledit.opt
INSTALL_TARGET= install.opt
PLIST_FILES= bin/ledit
MANCOMPRESSED= no
MANL= ledit.l
.include <bsd.port.mk>