aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/chinput/Makefile
blob: a1e99708caab9aef58fd2f375e4f8a13fbc4deb3 (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
# ex:ts=8
# Ports collection makefile for:  chinput
# Date created:                          09/07/2000
# Whom:                                  Peng HaiJie   (phj@cn.freebsd.org)
#
# $FreeBSD$
#

PORTNAME=   chinput
PORTVERSION=    2.1
PORTREVISION=   1
CATEGORIES= chinese x11
MASTER_SITES=   ftp://ftp.cn.freebsd.org/pub/ported/
DISTNAME=   zh-chinput-2.1

MAINTAINER= phj@cn.FreeBSD.org
COMMENT=    Chinese GB2312,BIG5,Japanese code input server

USE_XLIB=   yes

.if defined(XFREE86_VERSION) && ${XFREE86_VERSION} == 4
BUILD_DEPENDS=  xmkmf:${PORTSDIR}/devel/imake-4 \
        mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
.endif

WRKSRC=     ${WRKDIR}/${PORTNAME}

post-extract:
    find ${WRKSRC} -name CVS | xargs ${RM} -rf

.include <bsd.port.mk>