freebsd-ports/misc/lile/Makefile

34 lines
728 B
Makefile
Raw Normal View History

# New ports collection makefile for: ile
# Date created: 25 Jun 1997
# Whom: jmz
#
1999-08-25 09:23:21 +02:00
# $FreeBSD$
#
2000-04-14 10:49:30 +02:00
PORTNAME= ile
PORTVERSION= 2.0
PORTREVISION= 1
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
MAINTAINER= jmz@FreeBSD.org
COMMENT= An Input Line Editor that wraps itself around programs
MAN1= ile.1
PLIST_FILES= bin/ile
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
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; \
${ECHO_CMD} all: ile >> Makefile; ${ECHO_CMD} CC=cc ${CFLAGS} >> Makefile)
.include <bsd.port.post.mk>