1997-06-28 02:54:47 +02:00
|
|
|
# New ports collection makefile for: ile
|
|
|
|
# Date created: 25 Jun 1997
|
|
|
|
# Whom: jmz
|
|
|
|
#
|
1999-08-25 09:23:21 +02:00
|
|
|
# $FreeBSD$
|
1997-06-28 02:54:47 +02:00
|
|
|
#
|
|
|
|
|
2000-04-14 10:49:30 +02:00
|
|
|
PORTNAME= ile
|
|
|
|
PORTVERSION= 2.0
|
2001-01-23 23:57:24 +01:00
|
|
|
PORTREVISION= 1
|
1997-06-28 02:54:47 +02:00
|
|
|
CATEGORIES= misc
|
2005-02-14 17:32:39 +01:00
|
|
|
MASTER_SITES= ftp://ftp.inria.fr/archives/system/user/
|
2000-04-14 10:49:30 +02:00
|
|
|
DISTNAME= lile-2.0
|
1997-08-15 18:47:17 +02:00
|
|
|
EXTRACT_SUFX= .tar.z
|
1997-06-29 11:08:47 +02:00
|
|
|
|
1997-06-28 02:54:47 +02:00
|
|
|
MAINTAINER= jmz@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= An Input Line Editor that wraps itself around programs
|
1997-06-28 02:54:47 +02:00
|
|
|
|
|
|
|
MAN1= ile.1
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/ile
|
1997-06-28 02:54:47 +02:00
|
|
|
|
2004-09-18 19:49:31 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 502126
|
|
|
|
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
|
|
|
.endif
|
|
|
|
|
1997-06-28 02:54:47 +02:00
|
|
|
do-configure:
|
1999-07-04 23:19:08 +02:00
|
|
|
@(cd ${WRKSRC}; ${MV} Makefile Makefile.old; \
|
|
|
|
${SED} -e s:/usr/local:${PREFIX}: <Makefile.old > Makefile; \
|
2002-01-29 12:48:57 +01:00
|
|
|
${ECHO_CMD} all: ile >> Makefile; ${ECHO_CMD} CC=cc ${CFLAGS} >> Makefile)
|
1997-06-28 02:54:47 +02:00
|
|
|
|
2004-09-18 19:49:31 +02:00
|
|
|
.include <bsd.port.post.mk>
|