mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
20 lines
453 B
Makefile
20 lines
453 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}
|
||
|
|
||
|
.include <bsd.port.mk>
|