Initial import of autoconvert-0.3.13, an intelligent Chinese encoding
[pkgsrcv2.git] / converters / autoconvert / Makefile
1 # $NetBSD$
2
3 DISTNAME=       autoconvert-0.3.13
4 CATEGORIES=     converters
5 MASTER_SITES=   http://people.debian.org/~ygh/
6
7 MAINTAINER=     rxg@netbsd.org
8 HOMEPAGE=       http://banyan.dlut.edu.cn/~ygh/
9 COMMENT=        Intelligent Chinese encoding converter
10
11 USE_LIBTOOL=    yes
12 USE_GMAKE=      yes
13
14 post-install:
15         ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/autoconvert
16         ${INSTALL_DATA} ${WRKSRC}/procmailrc.example ${WRKSRC}/shed.* \
17                 ${PREFIX}/share/examples/autoconvert
18
19 .include "../../devel/libgetopt/buildlink.mk"
20 .include "../../mk/bsd.pkg.mk"