1998-03-16 14:08:19 +00:00
|
|
|
# New ports collection makefile for: le
|
1999-12-24 03:43:04 +00:00
|
|
|
# Version required: 1.5.5
|
1998-03-16 14:08:19 +00:00
|
|
|
# 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
|
|
|
#
|
|
|
|
|
1999-12-24 03:43:04 +00:00
|
|
|
DISTNAME= le-1.5.5
|
1999-05-01 02:59:00 +00:00
|
|
|
CATEGORIES= editors
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
|
|
|
|
ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/
|
|
|
|
MASTER_SITE_SUBDIR= apps/editors/terminal
|
1998-03-16 14:08:19 +00:00
|
|
|
|
1999-05-01 02:59:00 +00:00
|
|
|
MAINTAINER= andy@icc.surw.chel.su
|
1998-03-16 14:08:19 +00:00
|
|
|
|
1999-05-01 02:59:00 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= le.1
|
1998-03-16 14:08:19 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@ ${MKDIR} ${PREFIX}/share/doc/le
|
1999-05-01 02:59:00 +00:00
|
|
|
.for file in COPYING FEATURES HISTORY NEWS README TODO
|
1998-03-16 14:08:19 +00:00
|
|
|
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/le
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|