diff options
Diffstat (limited to 'print/ghostscript6/Makefile')
-rw-r--r-- | print/ghostscript6/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/print/ghostscript6/Makefile b/print/ghostscript6/Makefile index 159c6edd9d16..3c753ec6e3fa 100644 --- a/print/ghostscript6/Makefile +++ b/print/ghostscript6/Makefile @@ -3,12 +3,12 @@ # Date created: Tue Jun 10 21:58:54 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.13 1997/10/09 21:04:40 andreas Exp $ +# $Id: Makefile,v 1.14 1997/10/13 11:22:43 asami Exp $ # -DISTNAME= ghostscript-5.03 +DISTNAME= ghostscript-5.10 CATEGORIES= print -MASTER_SITES= ftp://ftp.cs.wisc.edu/ghost/aladdin/gs503/ \ +MASTER_SITES= ftp://ftp.cs.wisc.edu/ghost/aladdin/gs510/ \ ftp://bonk.ethz.ch/gs-driver-distrib/ DISTFILES= ${GS_SOURCES} ${GS_FONTS_STD} ${GS_FONTS_OTHER} \ ${HP850_DRV} @@ -21,13 +21,13 @@ BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract \ MAKE_ENV= PORTSDIR=${PORTSDIR} EXTRACT_ONLY= ${GS_SOURCES} -WRKSRC= ${WRKDIR}/gs5.03 +WRKSRC= ${WRKDIR}/gs5.10 MAKEFILE= unix-gcc.mak MAKE_FLAGS= prefix=${PREFIX} zlibc_=-lz CFLAGS="${CFLAGS}" -f MAN1= gs.1 pdf2dsc.1 pdf2ps.1 ps2ascii.1 ps2epsi.1 ps2pdf.1 -GS_SOURCES= ghostscript-5.03.tar.gz -GS_SOURCES+= ghostscript-5.03gnu.tar.gz +GS_SOURCES= ghostscript-5.10.tar.gz +GS_SOURCES+= ghostscript-5.10gnu.tar.gz # Note: the following two are real files that have symlinks with # later version numbers pointing to them. To avoid unnecessarily # downloading distfiles, do not change these when upgrading the port |