blob: 728da486e5fb8c66814bf6cc675bf3bf697c9c77 (
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
|
# Created by: Kuang-che Wu <kcwu@csie.org>
# $FreeBSD$
PORTNAME= libchewing
PORTVERSION= 0.4.0
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= chinese textproc
MAINTAINER= ports@FreeBSD.org
COMMENT= Chewing intelligent phonetic input method library
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/bin/makeinfo:print/texinfo
USES= cmake libtool pathfix pkgconfig tar:bzip2
USE_SQLITE= yes
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= chewing
CMAKE_ARGS+= -DMAKEINFO=${LOCALBASE}/bin/makeinfo
CFLAGS+= -I${LOCALBASE}/include
INFO= libchewing
.include <bsd.port.mk>
|