diff options
Diffstat (limited to 'print/ghostscript7/files/Makefile.cdj970')
-rw-r--r-- | print/ghostscript7/files/Makefile.cdj970 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/print/ghostscript7/files/Makefile.cdj970 b/print/ghostscript7/files/Makefile.cdj970 new file mode 100644 index 0000000..c15b6d7 --- /dev/null +++ b/print/ghostscript7/files/Makefile.cdj970 @@ -0,0 +1,12 @@ +# $FreeBSD$ +# DJ970 - additional driver for HP DeskJet 970, supports duplex printing +# http://www.harsch.net/Ghostscript/ghostscript.html + +MASTER_SITES+= http://www.harsch.net/Download/:cdj970 +DISTFILES+= gdevdj9.c.gz:cdj970 + +post-extract-cdj970: + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/gdevdj9.c.gz ${WRKSRC}/src + ${GUNZIP_CMD} ${WRKSRC}/src/gdevdj9.c.gz + +post-extract: post-extract-cdj970 |