1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/chinese/libchewing/Makefile
Dmitry Marakasov 6bf877fa0e - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-06-19 13:44:30 +00:00

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>