pkgsrc/print/psjoin/Makefile
reed 86bba44a6b Import new package: print/psjoin.
This was suggested by David Griffith on tech-pkg. Enjoy!

psjoin concatenates several PostScript files (complying with the
Document Structuring Convention, DSC) and generate a single PostScript
document. The concatenated PostScript document will be written to
the standard output.
2005-08-10 05:19:39 +00:00

26 lines
622 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/08/10 05:19:39 reed Exp $
#
DISTNAME= psjoin
PKGNAME= psjoin-0.3
CATEGORIES= print
MASTER_SITES= http://homepage3.nifty.com/tsato/tools/
EXTRACT_SUFX= # empty
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://homepage3.nifty.com/tsato/tools/psjoin.html
COMMENT= Concatenate PostScript files
DIST_SUBDIR= ${PKGNAME_NOREV}
EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} .
NO_BUILD= yes
REPLACE_PERL= psjoin
USE_TOOLS+= perl:run
WRKSRC= ${WRKDIR}
INSTALLATION_DIRS= bin
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/psjoin ${PREFIX}/bin/psjoin
.include "../../mk/bsd.pkg.mk"