blob: 33e4566156e11200444b9164a23a5f6127a7bf82 (
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
|
# 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 sqlite tar:bzip2
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>
|