9807f7489f
Console CJK Environment let you display and input Chinese/Japanese/Korean under Linux/FreeBSD console, it works both in VGA mode and frame buffer mode. Input methods include PinYin WuBi ShuangPin Ziranma CangJie Zhuyin Dayi YingHan, totally around 40. PR: ports/61943 Submitted by: Statue <statue@freebsd.sinica.edu.tw>
26 lines
569 B
Makefile
26 lines
569 B
Makefile
# New ports collection makefile for: cce
|
|
# Date created: 8 Oct 2003
|
|
# Whom: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cce
|
|
PORTVERSION= 0.51
|
|
CATEGORIES= chinese
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= cce2k
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-02132004-dist
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@freebsd.org
|
|
COMMENT= Console CJK Environment
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
ONLY_FOR_ARCHS= i386
|
|
HAS_CONFIGURE= yes
|
|
|
|
MAN1= cce.1 cceconv.1
|
|
|
|
.include <bsd.port.mk>
|