aboutsummaryrefslogtreecommitdiff
path: root/chinese/chinput/Makefile
blob: 2f623901a668541672754ecae405ae6660ce418b (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
# 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

BUILD_DEPENDS=	xmkmf:${X_IMAKE_PORT} \
		mkfontdir:${X_CLIENTS_PORT}

BROKEN=		Incomplete pkg-plist
DEPRECATED=	"${BROKEN}"
EXPIRATION_DATE=2005-09-22

USE_XLIB=	yes

WRKSRC=		${WRKDIR}/${PORTNAME}

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

.include <bsd.port.mk>