31 lines
619 B
Makefile
31 lines
619 B
Makefile
# New ports collection makefile for: le
|
|
# Date created: 16 October 1997
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= le
|
|
PORTVERSION= 1.12.5
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ftp://ftp.yars.free.net/pub/source/le/ \
|
|
http://core.inec.ru/~az/
|
|
|
|
MAINTAINER= az@FreeBSD.org
|
|
COMMENT= Text editor
|
|
|
|
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>
|