diff options
Diffstat (limited to 'misc/lile/Makefile')
-rw-r--r-- | misc/lile/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/misc/lile/Makefile b/misc/lile/Makefile new file mode 100644 index 00000000000..9ce00b46211 --- /dev/null +++ b/misc/lile/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: ile +# Version required: 2.0 +# Date created: 25 Jun 1997 +# Whom: jmz +# +# $Id: Makefile,v 1.1.1.1 1997/10/11 21:54:29 hubertf Exp $ +# + +DISTNAME= lile-2.0 +PKGNAME= ile-2.0 +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; echo CC=cc ${CFLAGS} >> Makefile) + +.include <bsd.port.mk> |