diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-09-22 10:36:11 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-09-22 10:36:11 +0000 |
commit | d495562517b63ca82e1ba7a54dbd7d47aadae153 (patch) | |
tree | 2ce3fe443b10bb4b8ce44772218265f9079948db /graphics/jasper/Makefile | |
parent | 4d446a4fadec9be8a37c141ada941567b1466b23 (diff) |
The only master site is down. Add some ImageMagick sites that mirror
the jasper distfile. (Time for MASTER_SITE_IMAGEMAGICK?)
Notes
Notes:
svn path=/head/; revision=67026
Diffstat (limited to 'graphics/jasper/Makefile')
-rw-r--r-- | graphics/jasper/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/jasper/Makefile b/graphics/jasper/Makefile index 1ac4da03bbb3..6f5ee9c07e40 100644 --- a/graphics/jasper/Makefile +++ b/graphics/jasper/Makefile @@ -8,12 +8,16 @@ PORTNAME= jasper PORTVERSION= 1.500.4 CATEGORIES= graphics -MASTER_SITES= http://www.ece.uvic.ca/~mdadams/jasper/software/ +MASTER_SITES= http://www.ece.uvic.ca/~mdadams/jasper/software/ \ + ${MASTER_SITE_IMAGEMAGICK} +MASTER_SITE_SUBDIR= ImageMagick/delegates MAINTAINER= sobomax@FreeBSD.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg +MASTER_SITE_IMAGEMAGICK= ftp://ftp.imagemagick.org/pub/%SUBDIR%/ \ + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/&,} USE_ZIP= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes |