952d3bc7aa
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.
16 lines
469 B
Makefile
16 lines
469 B
Makefile
# $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"
|