diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2002-03-19 11:07:44 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2002-03-19 11:07:44 +0000 |
commit | 952d3bc7aa2dae1740fb09657b76e04d40d2f47f (patch) | |
tree | 4cbc37ccb7d8a3b6b5807a6b1ce285b31ff353b3 /textproc/freepwing/Makefile | |
parent | 8686edaecd22d32d56e08787f1d88bcec6e36e57 (diff) | |
download | pkgsrc-952d3bc7aa2dae1740fb09657b76e04d40d2f47f.tar.gz |
First import of FreePWING 1.4.1.
FreePWING generates book data in JIS X 4081, a subset of EPWING V1,
which is a most popular format for dictionaries in Japan. Book data
generated by FreePWING can be read with EPWING viewer applications
including proprietary
softwares.
Diffstat (limited to 'textproc/freepwing/Makefile')
-rw-r--r-- | textproc/freepwing/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/freepwing/Makefile b/textproc/freepwing/Makefile new file mode 100644 index 00000000000..4eee1545473 --- /dev/null +++ b/textproc/freepwing/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/03/19 11:07:44 uebayasi Exp $ + +DISTNAME= freepwing-1.4.1 +CATEGORIES= japanese textproc +MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/freepwing/ + +MAINTAINER= uebayasi@soum.co.jp +HOMEPAGE= http://www.sra.co.jp/people/m-kasahr/freepwing/ +COMMENT= Free JIS X 4081 (subset of EPWING V1) formatter + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--with-pkgdocdir=${PREFIX}/share/doc/freepwing +USE_GMAKE= yes +USE_PERL5= yes + +.include "../../mk/bsd.pkg.mk" |