mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
11 lines
382 B
Text
11 lines
382 B
Text
# 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
|