converter, into the NetBSD packages system. Provided in PR 16087 by Rui-Xiang Guo (rxg@ms25.url.com.tw). AutoConvert is an intelligent Chinese Encoding converter. It uses built-in functions to judge the type of the input file's Chinese Encoding (such as GB/Big5/HZ), then converts the input file to any type of Chinese Encoding you want. You can use autoconvert to automatically convert incoming e-mail messages. It can also optionally handle the UNI/UTF7/UTF8 encoding.
20 lines
564 B
Makefile
20 lines
564 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2002/06/19 09:25:25 agc Exp $
|
|
|
|
DISTNAME= autoconvert-0.3.13
|
|
CATEGORIES= converters
|
|
MASTER_SITES= http://people.debian.org/~ygh/
|
|
|
|
MAINTAINER= rxg@netbsd.org
|
|
HOMEPAGE= http://banyan.dlut.edu.cn/~ygh/
|
|
COMMENT= Intelligent Chinese encoding converter
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_GMAKE= yes
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/autoconvert
|
|
${INSTALL_DATA} ${WRKSRC}/procmailrc.example ${WRKSRC}/shed.* \
|
|
${PREFIX}/share/examples/autoconvert
|
|
|
|
.include "../../devel/libgetopt/buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|