freebsd-ports/editors/le/Makefile
Kevin Lo c51d85e8cd Update to version 1.9.1
PR: 41894
Submitted by: Erwin Lansing <erwin@lansing.dk>
2002-08-23 08:16:55 +00:00

30 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.1
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
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>