diff options
Diffstat (limited to 'print/ghostscript7/files/Makefile.lx5000')
-rw-r--r-- | print/ghostscript7/files/Makefile.lx5000 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/print/ghostscript7/files/Makefile.lx5000 b/print/ghostscript7/files/Makefile.lx5000 new file mode 100644 index 0000000..bf636d6 --- /dev/null +++ b/print/ghostscript7/files/Makefile.lx5000 @@ -0,0 +1,12 @@ +# $FreeBSD$ +# LX5000 - additional driver for Lexmark 5000/Z51/Z82 +# http://homepage.powerup.com.au/~pbwest/lexmark/lexmark.html + +MASTER_SITES+= ${MASTER_SITE_LOCAL:S/%SUBDIR%/pav/:S/$/:lx5000/} +DISTFILES+= gdevlx50.c:lx5000 +EXTRADEVMKFILE+= ${FILESDIR}/lx5000.contrib.mak + +post-extract-lx5000: + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/gdevlx50.c ${WRKSRC}/src + +post-extract: post-extract-lx5000 |