1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/chinese/fcitx/Makefile
Edwin Groothuis 3952ad93e3 [maintainer] change maintainer mail address
I'm the maintainer(dryice@liu.com.cn) of the following
	ports. Please help to change the maintainer mail address to
	dryice@dryice.name. This new mail address has a RDNS record
	and will make the life easier. Thanks!

PR:		ports/91624
Submitted by:	Dryice Dong Liu <dryice@dryice.name>
2006-01-11 04:01:50 +00:00

34 lines
774 B
Makefile

# New ports collection makefile for: zh-fcitx
# Date created: 26 March 2003
# Whom: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
#
# $FreeBSD$
#
PORTNAME= fcitx
PORTVERSION= 3.1.1
CATEGORIES= chinese x11
MASTER_SITES= http://www.fcitx.org/download/ \
http://bsdchat.com/dist/dryice/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= dryice@dryice.name
COMMENT= A simple and fast GBK Chinese XIM server
LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft
USE_BZIP2= yes
USE_XLIB= yes
USE_REINPLACE= yes
USE_ICONV= yes
GNU_CONFIGURE= yes
post-patch:
@${REINPLACE_CMD} -e 's#zh_CN.GB2312#zh_CN.eucCN#g' ${WRKSRC}/src/xim.c
@${REINPLACE_CMD} -e 's#zh_CN.gb2312#zh_CN.eucCN#g' ${WRKSRC}/src/ui.c ${WRKSRC}/src/tools.c
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>