758d912e33
"extract" script for extraction. Many cases where a custom EXTRACT_CMD simply copied the distfile into the work directory are no longer needed. The extract script also hides differences between pax and tar behind a common command-line interface, so we no longer need code that's conditional on whether EXTRACT_USING is tar or pax.
24 lines
585 B
Makefile
24 lines
585 B
Makefile
# $NetBSD: Makefile,v 1.9 2006/01/21 18:57:42 jlam Exp $
|
|
|
|
DISTNAME= a2ps.pl-1.45
|
|
PKGNAME= ja-a2ps-1.45
|
|
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)
|
|
|
|
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 ${PREFIX}/bin/a2ps-j
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|