d2ca14a3f1
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
20 lines
628 B
Makefile
20 lines
628 B
Makefile
# $NetBSD: Makefile,v 1.17 2013/05/31 12:42:06 wiz Exp $
|
|
|
|
DISTNAME= freepwing-1.4.4
|
|
PKGREVISION= 6
|
|
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"
|