summaryrefslogtreecommitdiff
path: root/misc/lile/Makefile
blob: d1519e78099c368ac4e38bac8b0918a4de6d1915 (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:	ile
# Date created:		25 Jun 1997
# Whom:			jmz
#
# $FreeBSD$
#

PORTNAME=	ile
PORTVERSION=	2.0
PORTREVISION=	1
CATEGORIES=	misc
MASTER_SITES=	ftp://ftp.inria.fr/system/user/
DISTNAME=	lile-2.0
EXTRACT_SUFX=	.tar.z

MAINTAINER=	jmz@FreeBSD.org
COMMENT=	An Input Line Editor that wraps itself around programs

MAN1=		ile.1

do-configure:
	@(cd ${WRKSRC}; ${MV} Makefile Makefile.old; \
	${SED} -e s:/usr/local:${PREFIX}: <Makefile.old > Makefile; \
	${ECHO_CMD} all: ile >> Makefile; ${ECHO_CMD} CC=cc ${CFLAGS} >> Makefile)

.include <bsd.port.mk>