summaryrefslogtreecommitdiff
path: root/print/ghostscript-gpl/files/Makefile.epag
diff options
context:
space:
mode:
Diffstat (limited to 'print/ghostscript-gpl/files/Makefile.epag')
-rw-r--r--print/ghostscript-gpl/files/Makefile.epag23
1 files changed, 0 insertions, 23 deletions
diff --git a/print/ghostscript-gpl/files/Makefile.epag b/print/ghostscript-gpl/files/Makefile.epag
deleted file mode 100644
index 94bc1b7601b8..000000000000
--- a/print/ghostscript-gpl/files/Makefile.epag
+++ /dev/null
@@ -1,23 +0,0 @@
-# $FreeBSD$
-
-# EPAG - additional driver for Epson ESC/Page printers
-# http://www.humblesoft.com/gdevepag.html
-
-PORTDOCS+= epag
-PORTDOC_FILES+= epag/ert.txt epag/gdevepag.txt epag/ChangeLog \
- epag/psprint epag/gsepagif.sh
-
-pre-build-epag:
- ${LN} -s -f ${WRKSRC}/${EPAG_NAME}/gdevepag.c ${WRKSRC}/src
-
-post-build-epag:
- cd ${WRKSRC}/${EPAG_NAME} && \
- ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} Makefile
-
-post-install-docs-epag:
- ${MKDIR} ${WRKSRC}/contrib/epag
- ${INSTALL_DATA} ${WRKSRC}/${EPAG_NAME}/* ${WRKSRC}/contrib/epag
-
-pre-build: pre-build-epag
-post-build: post-build-epag
-post-install-docs: post-install-docs-epag