aboutsummaryrefslogtreecommitdiff
path: root/www/WebMagick/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-08-09 03:31:18 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-08-09 03:31:18 +0000
commit8108124427d34442d0697caf24360b7121d3d33f (patch)
tree91c7c9483673adaaabe3dd8d856c2170710fc806 /www/WebMagick/Makefile
parent97f7164859280b3a3c11e02cb2335993cc4d44d1 (diff)
downloadports-8108124427d34442d0697caf24360b7121d3d33f.tar.gz
ports-8108124427d34442d0697caf24360b7121d3d33f.zip
Upgrade to 2.0pre4
Notes
Notes: svn path=/head/; revision=45999
Diffstat (limited to 'www/WebMagick/Makefile')
-rw-r--r--www/WebMagick/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/www/WebMagick/Makefile b/www/WebMagick/Makefile
index 00d9853a9513..01d76770f950 100644
--- a/www/WebMagick/Makefile
+++ b/www/WebMagick/Makefile
@@ -6,15 +6,16 @@
#
PORTNAME= WebMagick
-PORTVERSION= 1.46
-PORTREVISION= 1
+PORTVERSION= 2.0p4
CATEGORIES= www graphics
-MASTER_SITES= ftp://ftp.simplesystems.org/pub/WebMagick/
-
-LIB_DEPENDS= Magick.5:${PORTSDIR}/graphics/ImageMagick
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= webmagick
+DISTNAME= ${PORTNAME}-2.0pre4
MAINTAINER= ache@freebsd.org
+LIB_DEPENDS= Magick.5:${PORTSDIR}/graphics/ImageMagick
+
USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= webmagick_cv_rootpath=${PREFIX}/www/data \
@@ -35,5 +36,7 @@ post-install:
${INSTALL_DATA} webmagickrc ${PREFIX}/etc; \
fi; \
${INSTALL_DATA} webmagickrc ${PREFIX}/etc/webmagickrc.dist
+ cd ${WRKSRC}/icons; \
+ ${INSTALL_DATA} blue_help.gif ${PREFIX}/www/data/webmagick/blue_c.gif
.include <bsd.port.mk>