pkgsrc/print/ja-a2ps/Makefile
mef fd7407f2de 1. adapt perl 5.22 or later, 2. silence pkglint 3. MAINTAINER conversion
1. add patch-ac, to adapt perl-5.22 or later change
   Can't use 'defined(@array)' (Maybe you should just omit the defined()?)
   Sorry separated patch for one file,
2. Add DEPENDS= nkf to process Japanese document
3. move LICENSE= line to meet pkglint rule
4. convert MAINTAINER to pkgsrc-users
5. PKGREVISION++
2019-08-24 11:31:02 +00:00

28 lines
678 B
Makefile

# $NetBSD: Makefile,v 1.22 2019/08/24 11:31:02 mef Exp $
DISTNAME= a2ps.pl-1.45
PKGNAME= ja-a2ps-1.45
PKGREVISION= 9
CATEGORIES= japanese print
MASTER_SITES= ftp://ftp.sra.co.jp/pub/lang/perl/sra-scripts/
EXTRACT_SUFX= # None
MAINTAINER= pkgsrc-users@NetBSD.org
#HOMEPAGE= http://www.srekcah.org/~utashiro/perl/scripts/a2ps_pl/
COMMENT= Text file to postscript converter (with Japanese support)
LICENSE= mit
DEPENDS+= nkf-[0-9]*:../../converters/nkf
WRKSRC= ${WRKDIR}
USE_TOOLS+= perl:run
NO_BUILD= yes
REPLACE_PERL= a2ps.pl-1.45
INSTALLATION_DIRS= bin
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/a2ps.pl-1.45 ${DESTDIR}${PREFIX}/bin/a2ps-j
.include "../../mk/bsd.pkg.mk"