summaryrefslogtreecommitdiff
path: root/print/ghostscript7/files/Makefile.gdi
diff options
context:
space:
mode:
Diffstat (limited to 'print/ghostscript7/files/Makefile.gdi')
-rw-r--r--print/ghostscript7/files/Makefile.gdi18
1 files changed, 0 insertions, 18 deletions
diff --git a/print/ghostscript7/files/Makefile.gdi b/print/ghostscript7/files/Makefile.gdi
deleted file mode 100644
index e18366851722..000000000000
--- a/print/ghostscript7/files/Makefile.gdi
+++ /dev/null
@@ -1,18 +0,0 @@
-# $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} ${STAGEDIR}${DOCSDIR}/gdi
- ${INSTALL_DATA} ${WRKSRC}/src/README ${STAGEDIR}${DOCSDIR}/gdi
-
-post-extract: post-extract-gdi
-post-install-docs: post-install-docs-gdi