aboutsummaryrefslogtreecommitdiff
path: root/editors/yui/Makefile
blob: d70b8e2171260d15fd6aef01bd8c83c966512aac (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
# Created by: Rashid N. Achilov <citycat4@ngs.ru>
# $FreeBSD$

PORTNAME=	yui
PORTVERSION=	3.2.06
CATEGORIES=	editors
MASTER_SITES=	http://www.sheltonsoft.ru/fileZ/software/ \
		http://www.askd.ru/~shelton/design/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Rich-featured multi-windows console text editor

USES=		tar:bzip2
USE_AUTOTOOLS=	autoconf aclocal

ACLOCAL_ARGS+=	-I m4
MAKE_ENV+=	LIBPATH=${PREFIX}/lib

BROKEN_sparc64=	Does not compile on sparc64
BROKEN_powerpc64=	Does not build

OPTIONS_DEFINE=	DOCS

post-install:
	${LN} -sf help_eng.html ${STAGEDIR}${PREFIX}/lib/yui/yhelp.html
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for file in BUGS CHANGES COPYRIGHT TODO COPYRIGHT.ITK THANKS
	${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
.endfor

.include <bsd.port.mk>