9f3a98cac4
Sinnce both master sites broken, switch to gentoo friends mirrors :)
31 lines
603 B
Makefile
31 lines
603 B
Makefile
# New ports collection makefile for: le
|
|
# Date created: 16 October 1997
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= le
|
|
PORTVERSION= 1.13.4
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ${MASTER_SITE_GENTOO}
|
|
MASTER_SITE_SUBDIR= distfiles
|
|
|
|
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>
|