freebsd-ports/print/ghostscript7/files/Makefile.gdi
Hiroki Sato 045633a1b8 Resurrect print/ghostscript7*. Ghostscript 7.x is incompatible with 8.x
and 9.x in terms of CJK character support and they are still in demand.
While I am here, the following changes have been added:

- Add LICENSE.
- Use OPTIONS_DEFINE for ghostscript drivers.
- Add MAKE_JOBS_SAFE=yes.

Discussed with:	bapt
2013-04-29 20:12:16 +00:00

18 lines
563 B
Text

# $FreeBSD$
# GDI - additional driver for Samsung SmartGDI laser printers
MASTER_SITES+= http://www.linuxprinting.org/download/printing/samsung-gdi/:gdi
DISTFILES+= Samsung-SmartGDI-all-GS.orig.tar.gz:gdi
EXTRADEVMKFILE+= ${WRKSRC}/src/smartgdi-contrib.mak
PORTDOCS+= gdi
post-extract-gdi:
${TAR} -C ${WRKSRC}/src -xzf \
${DISTDIR}/${DIST_SUBDIR}/Samsung-SmartGDI-all-GS.orig.tar.gz
post-install-docs-gdi:
${MKDIR} ${DOCSDIR}/gdi
${INSTALL_DATA} ${WRKSRC}/src/README ${DOCSDIR}/gdi
post-extract: post-extract-gdi
post-install-docs: post-install-docs-gdi