aboutsummaryrefslogtreecommitdiffstats
path: root/editors/cle/Makefile
blob: fce07c6deb05d55aebcfba2548274b4d73acbd6a (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
24
25
26
# 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>