mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
5b9c70b74f
Hat: portmgr Feature safe: yes
30 lines
610 B
Makefile
30 lines
610 B
Makefile
# New ports collection makefile for: libchewing
|
|
# Date created: 5 Sep 2004
|
|
# Whom: Kuang-che Wu <kcwu@csie.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libchewing
|
|
PORTVERSION= 0.3.3
|
|
CATEGORIES= chinese textproc
|
|
MASTER_SITES= http://chewing.csie.net/download/libchewing/
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
COMMENT= The Chewing intelligent phonetic input method library
|
|
|
|
USE_GNOME= gnomehack pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
USE_BZIP2= yes
|
|
|
|
DATADIR= ${PREFIX}/share/chewing
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${ARCH} == "powerpc"
|
|
BROKEN= Does not install on powerpc: signal 6
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|