aboutsummaryrefslogtreecommitdiffstats
path: root/editors/le/Makefile
blob: 352abfda5a6fff667e80b874efc2f75ca85eb315 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:    le
# Version required:         1.5.7
# Date created:             16 October 1997
# Whom:                 Andrey Zakhvatov
#
# $FreeBSD$
#

DISTNAME=       le-1.5.7
CATEGORIES=     editors
MASTER_SITES=       ${MASTER_SITE_SUNSITE} \
            ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/
MASTER_SITE_SUBDIR= apps/editors/terminal

MAINTAINER=     ports@FreeBSD.org

GNU_CONFIGURE=      yes
MAN1=           le.1

post-install:
.if !defined(NOPORTDOCS)
    @ ${MKDIR} ${PREFIX}/share/doc/le
.for file in COPYING FEATURES HISTORY NEWS README TODO
    @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/le
.endfor
.endif

.include <bsd.port.mk>