From 332ea81f80ee8db3e91b76632f74a50272bdcc23 Mon Sep 17 00:00:00 2001 From: Yukihiro Nakai Date: Wed, 27 Oct 1999 10:53:09 +0000 Subject: Initial Import. Chinese character code converter. (Such tool is simple, but important for multibyte- people. :) PR: ports/14528 Submitted by: Yin-Jieh Chen yinjieh@Crazyman.Dorm13.NCTU.edu.tw --- chinese/autoconvert/Makefile | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 chinese/autoconvert/Makefile (limited to 'chinese/autoconvert/Makefile') diff --git a/chinese/autoconvert/Makefile b/chinese/autoconvert/Makefile new file mode 100644 index 000000000000..9544e21342c1 --- /dev/null +++ b/chinese/autoconvert/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: autoconvert +# Version required: 0.3.2 +# Date created: 26 Oct 1999 +# Whom: Yin-Jieh Chen +# +# $FreeBSD$ +# + +DISTNAME= autoconvert-0.3.2 +CATEGORIES= chinese +MASTER_SITES= http://www.linuxfocus.org/~yu.guanghui/ \ + ftp://ftp.dlut.edu.cn/pub/PEOPLE/saka/ + +MAINTAINER= yinjieh@csie.nctu.edu.tw + +WRKSRC= ${WRKDIR}/autoconvert + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/autob5 ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/autogb ${PREFIX}/bin + ${MKDIR} ${PREFIX}/share/autoconvert +.for i in ChangeLog LICENSE Readme TODO Version big5.txt gb.txt hz.txt procmailrc.example + ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/autoconvert +.endfor + +.include -- cgit v1.2.3