1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/chinese/chinput/Makefile
2000-09-12 05:56:03 +00:00

23 lines
479 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
CATEGORIES= chinese x11
MASTER_SITES= ftp://ftp.cn.freebsd.org/pub/ported/
DISTNAME= zh-chinput-2.1
MAINTAINER= phj@cn.FreeBSD.org
WRKSRC= ${WRKDIR}/${PORTNAME}
post-extract:
find ${WRKSRC} -name CVS | xargs ${RM} -rf
.include <bsd.port.mk>