7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
20 lines
628 B
Makefile
20 lines
628 B
Makefile
# $NetBSD: Makefile,v 1.18 2014/05/29 23:37:34 wiz Exp $
|
|
|
|
DISTNAME= freepwing-1.4.4
|
|
PKGREVISION= 7
|
|
CATEGORIES= japanese textproc
|
|
MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/freepwing/
|
|
|
|
MAINTAINER= uebayasi@NetBSD.org
|
|
HOMEPAGE= http://www.sra.co.jp/people/m-kasahr/freepwing/
|
|
COMMENT= Free JIS X 4081 (subset of EPWING V1) formatter
|
|
|
|
DEPENDS+= p5-Jcode-[0-9]*:../../converters/p5-Jcode
|
|
|
|
USE_TOOLS+= gmake perl:run
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-perllibdir=${PERL5_INSTALLVENDORLIB:Q}
|
|
CONFIGURE_ARGS+= --with-pkgdocdir=${PREFIX}/share/doc/freepwing
|
|
CONFIGURE_ENV+= GNUMAKE=${GMAKE:Q}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|