2000-04-29 07:38:20 +00:00
|
|
|
# ex:ts=8
|
1998-03-16 14:08:19 +00:00
|
|
|
# New ports collection makefile for: le
|
|
|
|
# Date created: 16 October 1997
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1998-03-16 14:08:19 +00:00
|
|
|
#
|
|
|
|
|
2000-04-29 07:38:20 +00:00
|
|
|
PORTNAME= le
|
|
|
|
PORTVERSION= 1.5.8
|
|
|
|
CATEGORIES= editors
|
|
|
|
MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/
|
1998-03-16 14:08:19 +00:00
|
|
|
|
2000-04-29 07:38:20 +00:00
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
1998-03-16 14:08:19 +00:00
|
|
|
|
2000-04-29 07:38:20 +00:00
|
|
|
USE_BZIP2= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= le.1
|
1998-03-16 14:08:19 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2000-04-29 07:38:20 +00:00
|
|
|
@${MKDIR} ${PREFIX}/share/doc/le
|
|
|
|
.for file in FEATURES HISTORY NEWS README TODO
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/le
|
1998-03-16 14:08:19 +00:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|