diff options
Diffstat (limited to 'print/ghostscript7/files/Makefile.cpca')
-rw-r--r-- | print/ghostscript7/files/Makefile.cpca | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/print/ghostscript7/files/Makefile.cpca b/print/ghostscript7/files/Makefile.cpca new file mode 100644 index 0000000..e485161 --- /dev/null +++ b/print/ghostscript7/files/Makefile.cpca @@ -0,0 +1,12 @@ +# $FreeBSD$ +# CPCA - additional driver for Canon CPCA printers +# http://cweb.canon.jp/open-mie/technical/index-j.html + +MASTER_SITES+= ${MASTER_SITE_LOCAL:S/%SUBDIR%/pav/:S/$/:cpca/} +DISTFILES+= canon-lips4-1.0.0-651.tgz:cpca +EXTRADEVMKFILE+=${WRKSRC}/src/cpca_gdev.mak + +post-extract-cpca: + ${TAR} -C ${WRKSRC}/src -xzf ${DISTDIR}/${DIST_SUBDIR}/canon-lips4-1.0.0-651.tgz + +post-extract: post-extract-cpca |