1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/chinese/libchewing/Makefile
Baptiste Daroussin 4f9800667d Convert remanent USE_PKGCONFIG to USES=pkgconfig
While here convert:
USE_ICONV -> USES=iconv
USE_GMAKE -> USES=gmake
USE_GNOME=gnomehack -> USES=pathfix
some post-patch to USES=pathfix
2013-07-06 07:59:09 +00:00

29 lines
541 B
Makefile

# Created by: Kuang-che Wu <kcwu@csie.org>
# $FreeBSD$
PORTNAME= libchewing
PORTVERSION= 0.3.4
CATEGORIES= chinese textproc
MASTER_SITES= GOOGLE_CODE
MAINTAINER= clsung@FreeBSD.org
COMMENT= The Chewing intelligent phonetic input method library
INFO= libchewing
USES= gmake pkgconfig pathfix
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_BZIP2= yes
DATADIR= ${PREFIX}/share/chewing
PROJECTHOST= chewing
.include <bsd.port.pre.mk>
.if ${ARCH} == "powerpc"
BROKEN= Does not install on powerpc: signal 6
.endif
.include <bsd.port.post.mk>