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.
26 lines
636 B
Makefile
26 lines
636 B
Makefile
# $NetBSD: Makefile,v 1.16 2014/05/29 23:37:16 wiz Exp $
|
|
|
|
DISTNAME= a2ps.pl-1.45
|
|
PKGNAME= ja-a2ps-1.45
|
|
PKGREVISION= 4
|
|
CATEGORIES= japanese print
|
|
MASTER_SITES= ftp://ftp.sra.co.jp/pub/lang/perl/sra-scripts/
|
|
EXTRACT_SUFX= # None
|
|
LICENSE= mit
|
|
|
|
MAINTAINER= tech-pkg-ja@jp.NetBSD.org
|
|
HOMEPAGE= http://www.srekcah.org/~utashiro/perl/scripts/a2ps_pl/
|
|
COMMENT= Text file to postscript converter (with Japanese support)
|
|
|
|
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"
|