1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/editors/le/Makefile
Mark Pulford 5c00a9c8f0 Update to 1.9.0
PR:		29013
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-07-17 03:59:03 +00:00

31 lines
598 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.0
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/
MASTER_SITE_SUBDIR= apps/editors/terminal
MAINTAINER= ports@FreeBSD.org
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>