mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
6bf877fa0e
Approved by: portmgr blanket
28 lines
559 B
Makefile
28 lines
559 B
Makefile
# Created by: Kuang-che Wu <kcwu@csie.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libchewing
|
|
PORTVERSION= 0.3.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= chinese textproc
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
COMMENT= The Chewing intelligent phonetic input method library
|
|
|
|
USES= tar:bzip2 gmake pkgconfig pathfix libtool
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
DATADIR= ${PREFIX}/share/chewing
|
|
PROJECTHOST= chewing
|
|
INFO= libchewing
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${ARCH} == "powerpc"
|
|
BROKEN= Does not install on powerpc: signal 6
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|