ec826ca4d8
PR: ports/50583 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
32 lines
619 B
Makefile
32 lines
619 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: le
|
|
# Date created: 16 October 1997
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= le
|
|
PORTVERSION= 1.9.2
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/
|
|
# ${MASTER_SITE_SUNSITE}
|
|
#MASTER_SITE_SUBDIR= apps/editors/terminal
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Text editor
|
|
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
MAN1= le.1
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
.for file in FEATURES HISTORY NEWS README TODO
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|