freebsd-ports/chinese/chinput/Makefile
Jing-Tang Keith Jang 88964d127c Fix PORTREVERSON typo, and add USE_XLIB=yes.
Submitted by:	 bento
2000-11-16 15:36:06 +00:00

26 lines
510 B
Makefile

# 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
USE_XLIB= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
post-extract:
find ${WRKSRC} -name CVS | xargs ${RM} -rf
.include <bsd.port.mk>