1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/misc/lile/Makefile
Jean-Marc Zucconi 07f5ce5e92 The ile program can be run as a simple shell around any program.
It gives any program an input line editing and a history mechanism. It
can also be run around your favourite shell. When run around the shell
ile records the input to interactive programs launched from the
shell as well as the commands to the shell in its history buffer.
1997-06-28 00:54:47 +00:00

24 lines
450 B
Makefile

# New ports collection makefile for: ile
# Version required: 1.6
# Date created: 25 Jun 1997
# Whom: jmz
#
# $Id$
#
DISTNAME= lile
PKGNAME= ile-1.6
CATEGORIES= misc
MASTER_SITES= ftp://ftp.inria.fr/system/user/
EXTRACT_SUFX= .tar.Z
MAINTAINER= jmz@FreeBSD.org
MAN1= ile.1
do-configure:
@(cd ${WRKSRC}; mv Makefile Makefile.old; \
sed -e s:/usr/local:${PREFIX}: <Makefile.old > Makefile; \
echo all: ile >> Makefile)
.include <bsd.port.mk>