# Ports collection makefile for:  chinput3
# Date created:                          03/31/2002
# Whom:			Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
#
# $FreeBSD: ports/chinese/chinput3/Makefile,v 1.6 2003/05/18 12:22:53 kris Exp $
#

PORTNAME=	chinput
PORTVERSION=	3.0.2.5
CATEGORIES=	chinese x11
MASTER_SITES=	ftp://freebsd.sinica.edu.tw/pub/statue/chinput3/

MAINTAINER=	statue@freebsd.sinica.edu.tw
COMMENT=	Chinese GB2312,BIG5 code input server

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 500113
BROKEN=         "Does not link"
.endif

USE_XLIB=	yes
USE_IMLIB=	yes
USE_GNOME=	gtk12

port-install:
	@${SED} -e 's,%%X11BASE%%,${X11BASE},g' < ${PKGMESSAGE}

.include <bsd.port.post.mk>
