summaryrefslogtreecommitdiff
path: root/chinese/chinput2/Makefile
blob: b8b0493fb64d6b350a2c0b2dadc7ef1405c2a56c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# ex:ts=8
# Ports collection makefile for:	chinput2
# Date created:				11/09/2000
# Whom:					Peng HaiJie   (phj@cn.freebsd.org)
#
# $FreeBSD$
#

PORTNAME=	chinput2
PORTVERSION=	1.3.1
CATEGORIES=	chinese x11
MASTER_SITES=	ftp://ftp.cn.freebsd.org/pub/ported/
DISTNAME=	zh-chinput2-1.3.1

MAINTAINER=	phj@cn.FreeBSD.org
COMMENT=	Another Chinese GB2312 and Big5 X11 input server

BUILD_DEPENDS=	mysql:${PORTSDIR}/databases/mysql323-client
RUN_DEPENDS=	mysql:${PORTSDIR}/databases/mysql323-client

USE_XLIB=	yes

WRKSRC=		${WRKDIR}/${PORTNAME}

.include <bsd.port.pre.mk>

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

post-extract:
	${FIND} ${WRKSRC} -name CVS | ${XARGS} ${RM} -rf

post-install:
	@echo
	@echo
	@echo "Please refer to /usr/local/share/chinput2/README for "
	@echo "how to use chinput2,thanks for using this software."
	@echo
	@echo "					-phj@cn.freebsd.org"
	@echo

.include <bsd.port.post.mk>