mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
4df1f92e44
stream and rectangular blocks, can edit both unix and dos style files (LF/CRLF), is binary clean, has hex mode, can edit large files and mmap'pable devices in MAP_SHARED mode, has tunable syntax highlighting, tunable color scheme (can use default colors), tunable key map. PR: 4777 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
30 lines
646 B
Makefile
30 lines
646 B
Makefile
# New ports collection makefile for: le
|
|
# Version required: 1.4.2
|
|
# Date created: 16 October 1997
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= le-1.4.2
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/
|
|
|
|
MAINTAINER= andy@icc.surw.chel.su
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAN1= le.1
|
|
|
|
post-install:
|
|
.for file in colors1 colors2 colors3
|
|
@ ${INSTALL_DATA} ${WRKSRC}/misc/${file} ${PREFIX}/share/le
|
|
.endfor
|
|
.if !defined(NOPORTDOCS)
|
|
@ ${MKDIR} ${PREFIX}/share/doc/le
|
|
.for file in FEATURES HISTORY NEWS README
|
|
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/le
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|