1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-07 02:06:57 +00:00
freebsd-ports/editors/cle/Makefile
Renato Botelho 74a8f3472b Cle is a Command Line Editor. It provides the editing/history/completion
commands of the GNU readline package to any line-oriented Unix command.

WWW: http://kaolin.unice.fr/Cle/

PR:		ports/100855
Submitted by:	Timothy Bourke <timbob at bigpond.com>
2006-07-26 11:31:46 +00:00

27 lines
456 B
Makefile

# New ports collection makefile for: cle
# Date created: 25 July 2006
# Whom: Timothy Bourke <timbob@bigpond.com>
#
# $FreeBSD$
#
PORTNAME= cle
PORTVERSION= 0.4
CATEGORIES= editors
MASTER_SITES= ftp://kaolin.unice.fr/pub/Cle/
MAINTAINER= timbob@bigpond.com
COMMENT= Command Line Editor (based on readline)
GNU_CONFIGURE= yes
USE_GMAKE= yes
PLIST_FILES= bin/cle
MAN1= cle.1
post-extract:
${CHMOD} ug+x ${WRKSRC}/missing
.include <bsd.port.mk>