From 9d1c9e2e129a594e5c831d026285e92389d3b489 Mon Sep 17 00:00:00 2001 From: clive Date: Sat, 8 Sep 2001 16:37:56 +0000 Subject: New port: zhcon 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 --- chinese/zhcon/Makefile | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 chinese/zhcon/Makefile (limited to 'chinese/zhcon/Makefile') diff --git a/chinese/zhcon/Makefile b/chinese/zhcon/Makefile new file mode 100644 index 000000000000..f94219bf0983 --- /dev/null +++ b/chinese/zhcon/Makefile @@ -0,0 +1,26 @@ +# 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 +.if ${OSVERSION} > 500012 +post-patch: + @${PERL} -pi -e 's,machine/console.h>,sys/consio.h>\n#include \n#include \n,' ${WRKSRC}/${PORTNAME}/*.cpp +.endif +.include -- cgit