diff options
Diffstat (limited to 'print/ghostscript-gpl/Makefile')
-rw-r--r-- | print/ghostscript-gpl/Makefile | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile index 8e54c509e493..06b2e1ab4049 100644 --- a/print/ghostscript-gpl/Makefile +++ b/print/ghostscript-gpl/Makefile @@ -10,17 +10,25 @@ PORTVERSION= 7.03 PORTREVISION= 4 CATEGORIES= print MASTER_SITES= ${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/AFPL/gs703/ \ ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/AFPL/fonts/ + MASTER_SITE_SUBDIR= ${PORTNAME} gimp-print hpinkjet PKGNAMESUFFIX= -afpl -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} |