mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
88964d127c
Submitted by: bento
26 lines
510 B
Makefile
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>
|