1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/editors/le/Makefile
Martin Wilke c321f73068 - Update to 1.13.3
PR:		ports/101008
Submitted by:	miwi
Approved by:	krion (mentor), az (maintainer)
2006-07-29 22:00:42 +00:00

33 lines
641 B
Makefile

# New ports collection makefile for: le
# Date created: 16 October 1997
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= le
PORTVERSION= 1.13.3
CATEGORIES= editors
MASTER_SITES= ftp://ftp.yars.free.net/pub/source/le/ \
ftp://ftp.yar.ru/pub/source/le/
MAINTAINER= az@FreeBSD.org
COMMENT= Text editor
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= le.1
PORTDOCS= FEATURES HISTORY NEWS README TODO
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for file in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>