freebsd-ports/editors/le/Makefile

32 lines
603 B
Makefile
Raw Normal View History

# New ports collection makefile for: le
# Date created: 16 October 1997
# Whom: Andrey Zakhvatov
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
PORTNAME= le
PORTVERSION= 1.13.4
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GENTOO}
MASTER_SITE_SUBDIR= distfiles
MAINTAINER= az@FreeBSD.org
2003-02-20 18:12:51 +01:00
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>