diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-03-09 00:27:21 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-03-09 00:27:21 +0000 |
commit | 1b9908746be86f37573a4a5df4ad3a75fb998410 (patch) | |
tree | c7fbc6412fe48de24079826b53231ef2b9bef7db /print/ghostscript7 | |
parent | 502a39ade07b764170862fa1a7599c2b0d71f09a (diff) | |
download | ports-1b9908746be86f37573a4a5df4ad3a75fb998410.tar.gz ports-1b9908746be86f37573a4a5df4ad3a75fb998410.zip |
Notes
Diffstat (limited to 'print/ghostscript7')
-rw-r--r-- | print/ghostscript7/Makefile | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile index ed1c4694301b..513c4eb015b9 100644 --- a/print/ghostscript7/Makefile +++ b/print/ghostscript7/Makefile @@ -11,17 +11,24 @@ PORTREVISION= 5 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_GNU} \ ${MASTER_SITE_SOURCEFORGE} \ - http://members.ozemail.com.au/~geoffk/pdfencrypt/ \ - http://www.gelhaus.net/hp880c/1.4beta/ \ - http://home.t-online.de/home/Martin.Lottermoser/pcl3dist/ \ - http://www.harsch.net/Download/ \ + http://members.ozemail.com.au/~geoffk/pdfencrypt/:pdf \ + http://www.gelhaus.net/hp880c/1.4beta/:gdevcd \ + http://home.t-online.de/home/Martin.Lottermoser/pcl3dist/:hpdj_pcl3 \ + http://www.harsch.net/Download/:gdevdj \ ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/gnu/gs652/ \ 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} +DISTFILES= ${GS_SOURCES} \ + ${GS_FONTS_STD} \ + ${GS_FONTS_OTHER} \ + ${DECRYPT_PDF}:pdf \ + ${HP8XX_DRV}:gdevcd \ + ${HPDJ_SRC}:hpdj_pcl3 \ + ${PCL3_SRC}:hpdj_pcl3 \ + ${HP970_DRV}:gdevdj \ + ${GPRINT_SRC} \ + ${HPIJS_SRC} DIST_SUBDIR= ghostscript EXTRACT_ONLY= ${GS_SOURCES} |