diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-27 18:03:32 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-27 18:03:32 +0000 |
commit | 9b3736201ab39d2cc6ee5928b4e5462f3dd29b09 (patch) | |
tree | 402c315e6af193580c96c6d3095b05826cb83da1 /print/ghostscript7 | |
parent | 4dc35538ea81e9607e37e068ef0738d4967b59f6 (diff) | |
download | ports-9b3736201ab39d2cc6ee5928b4e5462f3dd29b09.tar.gz ports-9b3736201ab39d2cc6ee5928b4e5462f3dd29b09.zip |
Notes
Diffstat (limited to 'print/ghostscript7')
-rw-r--r-- | print/ghostscript7/Makefile | 6 | ||||
-rw-r--r-- | print/ghostscript7/distinfo | 20 | ||||
-rw-r--r-- | print/ghostscript7/pkg-descr | 1 |
3 files changed, 13 insertions, 14 deletions
diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile index 04b31bdc190b..65e346a0e22f 100644 --- a/print/ghostscript7/Makefile +++ b/print/ghostscript7/Makefile @@ -17,10 +17,11 @@ MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/gnu/gs651/ \ ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/gnu/fonts/ MASTER_SITE_SUBDIR= ${PORTNAME} gimp-print hpinkjet - +PKGNAMESUFFIX= -gnu DISTFILES= ${GS_SOURCES} ${GS_FONTS_STD} ${GS_FONTS_OTHER} \ ${DECRYPT_PDF} ${HP8XX_DRV} ${HPDJ_SRC} ${PCL3_SRC} \ ${HP970_DRV} ${GPRINT_SRC} ${HPIJS_SRC} +DIST_SUBDIR= ghostscript EXTRACT_ONLY= ${GS_SOURCES} MAINTAINER= ports@FreeBSD.org @@ -51,10 +52,9 @@ MAKE_ENV= A4="${A4}" .endif .if !defined(WITHOUT_X11) -PKGNAMESUFFIX= -gnu USE_XLIB= yes .else -PKGNAMESUFFIX= -gnu-nox11 +PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-nox11 MAKE_ENV+= WITHOUT_X11=${WITHOUT_X11} .endif diff --git a/print/ghostscript7/distinfo b/print/ghostscript7/distinfo index 4031e206ccb9..88011beaf45b 100644 --- a/print/ghostscript7/distinfo +++ b/print/ghostscript7/distinfo @@ -1,10 +1,10 @@ -MD5 (ghostscript-6.51.tar.bz2) = 6b6d2123daaa1d217aadcbba7f2d6179 -MD5 (gnu-gs-fonts-std-6.0.tar.gz) = 1521fab85ca3e8ce3ce781d4970e6c79 -MD5 (gnu-gs-fonts-other-6.0.tar.gz) = 33457d3f37de7ef03d2eea05a9e6aa4f -MD5 (pdf_sec.ps) = 92cd6af5b4d7219e91e61b8351f0f7c4 -MD5 (gdevcd8.tar.gz) = 5ce48bff6082a023199c8ede4aae63a0 -MD5 (hpdj-2.6.tar.gz) = dcc402281f36afd2041144e0e97917be -MD5 (pcl3-3.2.tar.gz) = c98b9404dfc47d5ff907f9ad81dcbd46 -MD5 (gdevdj9.c.gz) = f09ef883b8ba837fb42c608c01af7375 -MD5 (print-4.0.5.tar.gz) = 2eae88b9285d47036d31974fd2b0abc2 -MD5 (hpijs0.97.tar.gz) = d02f8c4c2d730e72038f6f4d4350fbe8 +MD5 (ghostscript/ghostscript-6.51.tar.bz2) = 6b6d2123daaa1d217aadcbba7f2d6179 +MD5 (ghostscript/gnu-gs-fonts-std-6.0.tar.gz) = 1521fab85ca3e8ce3ce781d4970e6c79 +MD5 (ghostscript/gnu-gs-fonts-other-6.0.tar.gz) = 33457d3f37de7ef03d2eea05a9e6aa4f +MD5 (ghostscript/pdf_sec.ps) = 92cd6af5b4d7219e91e61b8351f0f7c4 +MD5 (ghostscript/gdevcd8.tar.gz) = 5ce48bff6082a023199c8ede4aae63a0 +MD5 (ghostscript/hpdj-2.6.tar.gz) = dcc402281f36afd2041144e0e97917be +MD5 (ghostscript/pcl3-3.2.tar.gz) = c98b9404dfc47d5ff907f9ad81dcbd46 +MD5 (ghostscript/gdevdj9.c.gz) = f09ef883b8ba837fb42c608c01af7375 +MD5 (ghostscript/print-4.0.5.tar.gz) = 2eae88b9285d47036d31974fd2b0abc2 +MD5 (ghostscript/hpijs0.97.tar.gz) = d02f8c4c2d730e72038f6f4d4350fbe8 diff --git a/print/ghostscript7/pkg-descr b/print/ghostscript7/pkg-descr index 2ac1b40d16e7..6f0c2db93756 100644 --- a/print/ghostscript7/pkg-descr +++ b/print/ghostscript7/pkg-descr @@ -21,5 +21,4 @@ This port includes add-on packages (not part of the official gs release) - http://hpinkjet.sourceforge.net/ o Additional contributed uniprint driver profiles for - Epson Stylus Color 740 and Epson LQ-1170 - WWW: http://www.gnu.org/software/ghostscript/ghostscript.html |