freebsd-ports/editors/le/Makefile
Sam Lawrance 44b5aded58 Update to 1.12.3
PR:		ports/82531
Submitted by:	Ports Fury
2005-06-22 17:05:22 +00:00

31 lines
618 B
Makefile

# ex:ts=8
# New ports collection makefile for: le
# Date created: 16 October 1997
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= le
PORTVERSION= 1.12.3
CATEGORIES= editors
MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/
MAINTAINER= ports@FreeBSD.org
COMMENT= Text editor
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
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>