View | Details | Raw Unified | Return to bug 172226
Collapse All | Expand All

(-)devel/libthai/Makefile (-23 / +18 lines)
Lines 1-43 Link Here
1
# New ports collection makefile for:    libthai
1
# Created by: Thawatchai Piyawat <piyawat@usablelabs.com>
2
# Date created:        28 March 2006
3
# Whom:                Thawatchai Piyawat <piyawat@usablelabs.com>
4
#
5
# $FreeBSD: ports/devel/libthai/Makefile,v 1.18 2012/01/08 02:31:20 linimon Exp $
2
# $FreeBSD: ports/devel/libthai/Makefile,v 1.18 2012/01/08 02:31:20 linimon Exp $
6
#
7
3
8
PORTNAME=	libthai
4
PORTNAME=	libthai
9
PORTVERSION=	0.1.5
5
PORTVERSION=	0.1.5
10
PORTREVISION=	4
6
PORTREVISION=	4
11
CATEGORIES=	devel
7
CATEGORIES=	devel
12
MASTER_SITES=	http://www.usablelabs.com/download/
8
MASTER_SITES=	http://linux.thai.net/pub/thailinux/software/libthai/
13
9
14
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	Thai language support library
11
COMMENT=	Thai language support library
16
12
17
USE_LDCONFIG=	yes
13
LICENSE=	LGPL21
18
GNU_CONFIGURE=	yes
19
USE_GMAKE=	yes
20
USE_AUTOTOOLS=	automake autoconf libtool
21
AUTOTOOLSFILES=	autogen.sh
22
MAKE_JOBS_UNSAFE=	yes
23
24
ALL_TARGET=	all check
25
14
26
MAN3=	libthai.3 thctype.3 wtt.3
15
USE_GMAKE=	yes
27
16
USE_AUTOTOOLS=	libtoolize aclocal automake autoconf
28
post-patch:
17
LIBTOOLIZE_ARGS=--copy --force
29
	@${REINPLACE_CMD} -E 's,^(pkgconfigdir = ).*$$,\1$$(prefix)/libdata/pkgconfig,' \
18
ACLOCAL_ARGS=	-I ${LOCALBASE}/share/aclocal
30
		${WRKSRC}/Makefile.am
19
AUTOMAKE_ARGS=	--add-missing --copy --force-missing --foreign
31
	@${REINPLACE_CMD} -e 's,15,-%%AUTOMAKE_VERSION%%,' -e 's,259,-%%AUTOCONF_VERSION%%,' \
20
USE_LDCONFIG=	yes
32
		${WRKSRC}/autogen.sh
21
MAKE_JOBS_UNSAFE=yes
33
22
34
pre-configure:
23
MAN3=		libthai.3 thctype.3 wtt.3
35
	@cd ${WRKSRC} && ${SH} autogen.sh
36
24
37
.include <bsd.port.pre.mk>
25
.include <bsd.port.pre.mk>
38
26
39
.if ${ARCH} == "sparc64" && ${OSVERSION} > 800000
27
.if ${ARCH} == "sparc64" && ${OSVERSION} > 800000
40
ALL_TARGET=	all
28
ALL_TARGET=	all
29
.else
30
ALL_TARGET=	all check
41
.endif
31
.endif
42
32
33
post-patch:
34
	@${REINPLACE_CMD} -e \
35
		'/^pkgconfigdir/s|=.*|= $$(prefix)/libdata/pkgconfig|' \
36
		${WRKSRC}/Makefile.am
37
43
.include <bsd.port.post.mk>
38
.include <bsd.port.post.mk>
(-)devel/libthai/pkg-descr (-10 / +9 lines)
Lines 1-19 Link Here
1
LibThai  is a set of Thai language support routines aimed to ease
1
LibThai is a set of Thai language support routines aimed to ease
2
developers' tasks to incorporate Thai language support  in  their
2
developers' tasks to incorporate Thai language support in their
3
applications.  It includes important Thai-specific functions e.g.
3
applications. It includes important Thai-specific functions e.g. word
4
word breaking, input and output methods as well as basic  charac-
4
breaking, input and output methods as well as basic character and string
5
ter and string supports. LibThai is an Open Source and collabora-
5
supports. LibThai is an Open Source and collaborative effort initiated
6
tive effort initiated by Thai Linux Working Group and opened  for
6
by Thai Linux Working Group and opened for all contributors.
7
all contributors.
8
7
9
LibThai includes Thai language support routines:
8
LibThai includes Thai language support routines:
10
9
11
* Thai character set support: TIS 620, ISO/IEC 10646
10
* Thai character set support: TIS 620, ISO/IEC 10646
12
* Thai character properties
11
* Thai character properties
13
* Thai string manipulators
12
* Thai string manipulators
14
* Thai string  collation
13
* Thai string collation
15
* Thai  word  breaking
14
* Thai word breaking
16
* Thai input method
15
* Thai input method
17
* Thai output method
16
* Thai output method
18
17
19
WWW: http://linux.thai.net/plone/TLWG/libthai/
18
WWW: http://linux.thai.net/projects/libthai/

Return to bug 172226