aboutsummaryrefslogtreecommitdiff
path: root/editors/cle/Makefile
blob: 39b01be67280d44ea30a0bcf99a7123fe5fa1df1 (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
27
28
29
30
31
32
33
# New ports collection makefile for:   cle
# Date created:		25 July 2006
# Whom:			Timothy Bourke <timbob@bigpond.com>
#
# $FreeBSD$
#

PORTNAME=	cle
PORTVERSION=	0.4
PORTREVISION=	1
CATEGORIES=	editors
MASTER_SITES=	ftp://kaolin.unice.fr/pub/Cle/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Command Line Editor (based on readline)

DEPRECATED=	Upstream disapear and distfile is no more available
EXPIRATION_DATE=	2011-05-01

GNU_CONFIGURE=	yes
USE_GMAKE=	yes

PLIST_FILES=	bin/cle

MAN1=		cle.1

.include <bsd.port.pre.mk>

post-patch:
	@cd ${WRKSRC} && ${TOUCH} -r configure.in aclocal.m4 \
		Makefile.in */Makefile.in stamp-h.in

.include <bsd.port.post.mk>