aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/libchewing/Makefile
blob: 7899e79e1c217a500475263b3a85ead8750f0f2d (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
# Created by: Kuang-che Wu <kcwu@csie.org>
# $FreeBSD$

PORTNAME=   libchewing
PORTVERSION=    0.4.0
CATEGORIES= chinese textproc

MAINTAINER= ports@FreeBSD.org
COMMENT=    Chewing intelligent phonetic input method library

LICENSE=    LGPL21
LICENSE_FILE=    ${WRKSRC}/COPYING

LIB_DEPENDS=    libsqlite3.so:${PORTSDIR}/databases/sqlite3

USES=       cmake gmake libtool pathfix pkgconfig tar:bzip2
USE_LDCONFIG=   yes
USE_GITHUB= yes
GH_ACCOUNT= chewing
GH_PROJECT= ${PORTNAME}
GH_TAGNAME= v${PORTVERSION}
GH_COMMIT=  6d6e67c

CFLAGS+=    -I${LOCALBASE}/include
INFO=       libchewing

.include <bsd.port.pre.mk>

.if ${ARCH} == "powerpc"
BROKEN=     Does not install on powerpc: signal 6
.endif

.include <bsd.port.post.mk>