mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
f608489412
Zhcon is a fast Linux Console Chinese System which supports framebuffer device.It can display Chinese,Japanese or Korean double byte characters.Supported language encodings include: GB2312,GBK,BIG5,JIS and KSCM. It can also use input methods(table based) from Windows 98 and UCDOS for MS-DOS. PR: ports/30433 Submitted by: Statue <statue@freebsd.sinica.edu.tw>
27 lines
682 B
Makefile
27 lines
682 B
Makefile
# Ports collection makefile for: zhcon
|
|
# Date created: Sun Sep 9, 2001
|
|
# Whom: statue@freebsd.sinica.edu.tw
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= zhcon
|
|
PORTVERSION= 0.14f
|
|
CATEGORIES= chinese
|
|
MASTER_SITES= http://freebsd.sinica.edu.tw/~statue/ \
|
|
ftp://ftp.gnuchina.org/pub/linux/chinese/inputmethod/console/zhcon/BSDPort/
|
|
|
|
MAINTAINER= statue@freebsd.sinica.edu.tw
|
|
|
|
HAS_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
MAN1= zhcon.1
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.if ${OSVERSION} > 500012
|
|
post-patch:
|
|
@${PERL} -pi -e 's,machine/console.h>,sys/consio.h>\n#include <sys/fbio.h>\n#include <sys/kbio.h>\n,' ${WRKSRC}/${PORTNAME}/*.cpp
|
|
.endif
|
|
.include <bsd.port.post.mk>
|