1998-03-16 15:08:19 +01:00
|
|
|
# New ports collection makefile for: le
|
|
|
|
# Date created: 16 October 1997
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1998-03-16 15:08:19 +01:00
|
|
|
#
|
|
|
|
|
2000-04-29 09:38:20 +02:00
|
|
|
PORTNAME= le
|
2006-12-09 21:44:08 +01:00
|
|
|
PORTVERSION= 1.13.4
|
2000-04-29 09:38:20 +02:00
|
|
|
CATEGORIES= editors
|
2006-12-09 21:44:08 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GENTOO}
|
|
|
|
MASTER_SITE_SUBDIR= distfiles
|
1998-03-16 15:08:19 +01:00
|
|
|
|
2005-10-03 14:55:25 +02:00
|
|
|
MAINTAINER= az@FreeBSD.org
|
2003-02-20 18:12:51 +01:00
|
|
|
COMMENT= Text editor
|
1998-03-16 15:08:19 +01:00
|
|
|
|
2000-04-29 09:38:20 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2005-05-03 10:59:28 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
|
2000-04-29 09:38:20 +02:00
|
|
|
MAN1= le.1
|
2005-08-31 01:09:34 +02:00
|
|
|
PORTDOCS= FEATURES HISTORY NEWS README TODO
|
1998-03-16 15:08:19 +01:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2005-08-31 01:09:34 +02:00
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
.for file in ${PORTDOCS}
|
2001-07-17 05:59:03 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
1998-03-16 15:08:19 +01:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|