aboutsummaryrefslogtreecommitdiffstats
path: root/editors/yui/Makefile
blob: d4a3d1c64685166a4b0696216d5758a2e1c97b55 (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
29
30
31
32
33
34
35
36
# New ports collection makefile for:   yui
# Date created:                19 Mar 2007
# Whom:                        Rashid N. Achilov <citycat4@ngs.ru>
#
# $FreeBSD$
#

PORTNAME=   yui
PORTVERSION=    3.2.04
PORTREVISION=   1
CATEGORIES= editors
MASTER_SITES=   http://openoffice.mirahost.ru/fileZ/software/ \
        http://citycat4.land.ru/ \
                http://myooo.ru/FreeBSD/

MAINTAINER= citycat4@ngs.ru
COMMENT=    Rich-featured multi-windows console text editor

USE_BZIP2=  yes
USE_AUTOTOOLS=  autoconf:262

MAN1=       y.1

.include <bsd.port.pre.mk>

post-install:
    ${LN} -sf ${PREFIX}/lib/yui/help_eng.html ${PREFIX}/lib/yui/yhelp.html

.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
.for file in BUGS CHANGES COPYRIGHT TODO COPYRIGHT.ITK THANKS
    ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.post.mk>