summaryrefslogtreecommitdiff
path: root/print/psjoin/Makefile
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2005-08-10 05:19:39 +0000
committerreed <reed@pkgsrc.org>2005-08-10 05:19:39 +0000
commit86bba44a6b116a96d552c375f219b3cde590bcec (patch)
treeb2379cb9764788fa6b23797ea9d53fe5015afa6d /print/psjoin/Makefile
parent4a2e508c117ff8795ff4e619c60ceef153fa2b58 (diff)
downloadpkgsrc-86bba44a6b116a96d552c375f219b3cde590bcec.tar.gz
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.
Diffstat (limited to 'print/psjoin/Makefile')
-rw-r--r--print/psjoin/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/print/psjoin/Makefile b/print/psjoin/Makefile
new file mode 100644
index 00000000000..121846ba612
--- /dev/null
+++ b/print/psjoin/Makefile
@@ -0,0 +1,26 @@
+# $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"