diff options
Diffstat (limited to 'misc/lile/Makefile')
-rw-r--r-- | misc/lile/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/misc/lile/Makefile b/misc/lile/Makefile new file mode 100644 index 000000000000..792d433715b9 --- /dev/null +++ b/misc/lile/Makefile @@ -0,0 +1,23 @@ +# 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> |