summaryrefslogtreecommitdiff
path: root/print/ghostscript6/Makefile
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1998-01-25 15:37:10 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1998-01-25 15:37:10 +0000
commit754dd4220df1dd5fc383b34e9e44bb9e8d988d7d (patch)
tree4cc8606aa234b75f472daa07a8913f4df21da22c /print/ghostscript6/Makefile
parentUpgrade to 5.18 (diff)
FreeBSD-hardware mailinglist:
From: Jin Guojun (ITG staff) <jin@george.lbl.gov> BJC-240 in color mode is supported as well by the bjc600 and bjc800 driver. BJC-240 b&w is supported by bj200. Added this to configure dialogue. From: Luigi Rizzo <luigi@labinfo.iet.unipi.it>: Support for encrypted PDF files by replacing pdf_sec.ps with the free and legal version from: http://www.ozemail.com.au/~geoffk/pdfencrypt/pdf_sec.ps Deceided to update the pathnames of font files for easier maintenance, because they revamped their ftp archive structure to "5.10/files". Submitted by: various people
Notes
Notes: svn path=/head/; revision=9434
Diffstat (limited to 'print/ghostscript6/Makefile')
-rw-r--r--print/ghostscript6/Makefile17
1 files changed, 11 insertions, 6 deletions
diff --git a/print/ghostscript6/Makefile b/print/ghostscript6/Makefile
index 3c753ec6e3fa..7df2d17ebe53 100644
--- a/print/ghostscript6/Makefile
+++ b/print/ghostscript6/Makefile
@@ -3,16 +3,16 @@
# Date created: Tue Jun 10 21:58:54 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.14 1997/10/13 11:22:43 asami Exp $
+# $Id: Makefile,v 1.15 1998/01/03 08:34:31 andreas Exp $
#
DISTNAME= ghostscript-5.10
CATEGORIES= print
MASTER_SITES= ftp://ftp.cs.wisc.edu/ghost/aladdin/gs510/ \
- ftp://bonk.ethz.ch/gs-driver-distrib/
+ ftp://bonk.ethz.ch/gs-driver-distrib/ \
+ http://www.ozemail.com.au/~geoffk/pdfencrypt/
DISTFILES= ${GS_SOURCES} ${GS_FONTS_STD} ${GS_FONTS_OTHER} \
- ${HP850_DRV}
-
+ ${HP850_DRV} ${DECRYPT_PDF}
MAINTAINER= andreas@FreeBSD.ORG
BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract \
@@ -32,12 +32,15 @@ GS_SOURCES+= ghostscript-5.10gnu.tar.gz
# later version numbers pointing to them. To avoid unnecessarily
# downloading distfiles, do not change these when upgrading the port
# unless the files really change.
-GS_FONTS_STD= ghostscript-fonts-std-4.0.tar.gz
-GS_FONTS_OTHER= ghostscript-fonts-other-5.03.tar.gz
+GS_FONTS_STD= ghostscript-fonts-std-5.10.tar.gz
+GS_FONTS_OTHER= ghostscript-fonts-other-5.10.tar.gz
# Additional driver HP 850, see http://bonk.ethz.ch/hp850/hp850.html
HP850_DRV= hp850.zip
+# replacement for pdf_sec.ps, that allows you to read encrypted PDF files
+DECRYPT_PDF= pdf_sec.ps
+
.if defined(A4)
CFLAGS+= -DA4
.endif
@@ -78,5 +81,7 @@ pre-install:
post-install:
strip ${PREFIX}/bin/gs
+ ${INSTALL_DATA} ${DISTDIR}/${DECRYPT_PDF} \
+ ${PREFIX}/share/ghostscript/5.10
.include <bsd.port.mk>