1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/chinese/libchewing/Makefile
Li-Wen Hsu 8523a8b06b - Fix runtime error caused by wrong CHEWING_DATADIR
Submitted by:	Ting-Wei Lan <lantw44@gmail.com>
2016-05-09 16:47:45 +00:00

28 lines
593 B
Makefile

# Created by: Kuang-che Wu <kcwu@csie.org>
# $FreeBSD$
PORTNAME= libchewing
PORTVERSION= 0.5.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>