diff options
author | seb <seb@pkgsrc.org> | 2002-05-31 13:01:03 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-05-31 13:01:03 +0000 |
commit | 861231d92671719a937d97791aeaec012e72896d (patch) | |
tree | 6cec56d5151dbb37061b68886fea19adee776e18 /print/ja-a2ps/Makefile | |
parent | 2cd45c4ed555772f41a5ad447946161c3714081c (diff) | |
download | pkgsrc-861231d92671719a937d97791aeaec012e72896d.tar.gz |
Reimport of package ja-a2ps from japanese/a2ps into print/ja-a2ps.
This is part of the japanese category retirement.
CATEGORIES and pathnames to japanese/ adjusted.
Diffstat (limited to 'print/ja-a2ps/Makefile')
-rw-r--r-- | print/ja-a2ps/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/print/ja-a2ps/Makefile b/print/ja-a2ps/Makefile new file mode 100644 index 00000000000..caf3753a7ce --- /dev/null +++ b/print/ja-a2ps/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/05/31 13:01:03 seb Exp $ +# FreeBSD Id: Makefile,v 1.5 1999/04/16 04:57:06 taoka Exp $ + +DISTNAME= a2ps.pl-1.44 +PKGNAME= ja-a2ps-1.44 +CATEGORIES= japanese print +MASTER_SITES= ftp://ftp.iij.ad.jp/pub/IIJ/dist/utashiro/perl/ \ + ftp://ftp.sra.co.jp/pub/lang/perl/sra-scripts/ +EXTRACT_SUFX= # None + +MAINTAINER= tech-pkg-ja@jp.netbsd.org +COMMENT= Text file to postscript converter (with Japanese support) + +USE_PERL5= YES + +EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} . +WRKSRC= ${WRKDIR} +NO_BUILD= yes +REPLACE_PERL= a2ps.pl-1.44 + +do-install: + ${INSTALL_SCRIPT} ${WRKDIR}/a2ps.pl-1.44 ${PREFIX}/bin/a2ps-j + +.include "../../mk/bsd.pkg.mk" |