1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-17 00:00:40 +00:00
freebsd-ports/editors/le/Makefile
Steve Price c432c9df48 Update to version 1.5.1.
PR:		11329
Submitted by:	maintainer
1999-05-01 02:59:00 +00:00

29 lines
676 B
Makefile

# New ports collection makefile for: le
# Version required: 1.5.1
# Date created: 16 October 1997
# Whom: Andrey Zakhvatov
#
# $Id: Makefile,v 1.3 1998/08/30 16:00:13 steve Exp $
#
DISTNAME= le-1.5.1
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/
MASTER_SITE_SUBDIR= apps/editors/terminal
MAINTAINER= andy@icc.surw.chel.su
GNU_CONFIGURE= yes
MAN1= le.1
post-install:
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${PREFIX}/share/doc/le
.for file in COPYING FEATURES HISTORY NEWS README TODO
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/le
.endfor
.endif
.include <bsd.port.mk>