summaryrefslogtreecommitdiff
path: root/www/WebMagick
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-01-16 17:33:20 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-01-16 17:33:20 +0000
commit2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch)
tree0b080fcd55271333176593e1b9bc0b48aedbe9fa /www/WebMagick
parentAdd xcdroast 0.98.a.8, another X11 frontend to mkisofs/cdrecord. (diff)
Massive style enforcement - use ^I instead of spaces for variables identation.
Notes
Notes: svn path=/head/; revision=37252
Diffstat (limited to 'www/WebMagick')
-rw-r--r--www/WebMagick/Makefile30
1 files changed, 15 insertions, 15 deletions
diff --git a/www/WebMagick/Makefile b/www/WebMagick/Makefile
index c3812807fb97..53b5bc24c9f4 100644
--- a/www/WebMagick/Makefile
+++ b/www/WebMagick/Makefile
@@ -6,33 +6,33 @@
#
PORTNAME= WebMagick
-PORTVERSION= 1.46
-CATEGORIES= www graphics
-MASTER_SITES= ftp://ftp.simplesystems.org/pub/WebMagick/
+PORTVERSION= 1.46
+CATEGORIES= www graphics
+MASTER_SITES= ftp://ftp.simplesystems.org/pub/WebMagick/
-LIB_DEPENDS= Magick.5:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS= Magick.5:${PORTSDIR}/graphics/ImageMagick
-MAINTAINER= ache@freebsd.org
+MAINTAINER= ache@freebsd.org
-USE_PERL5= YES
-GNU_CONFIGURE= YES
-CONFIGURE_ENV= webmagick_cv_rootpath=${PREFIX}/www/data \
+USE_PERL5= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= webmagick_cv_rootpath=${PREFIX}/www/data \
webmagick_cv_iconpath=webmagick \
webmagick_cv_prefixpath="" \
webmagick_cv_htimage="" \
webmagick_cv_maptype=ncsa \
PERL=${PERL}
-MAN1= webmagick.1
+MAN1= webmagick.1
pre-install:
- @${MKDIR} ${PREFIX}/www/data
+ @${MKDIR} ${PREFIX}/www/data
post-install:
- cd ${WRKSRC}; \
- if [ ! -f ${PREFIX}/etc/webmagickrc ] ; then \
- ${INSTALL_DATA} webmagickrc ${PREFIX}/etc; \
- fi; \
- ${INSTALL_DATA} webmagickrc ${PREFIX}/etc/webmagickrc.dist
+ cd ${WRKSRC}; \
+ if [ ! -f ${PREFIX}/etc/webmagickrc ] ; then \
+ ${INSTALL_DATA} webmagickrc ${PREFIX}/etc; \
+ fi; \
+ ${INSTALL_DATA} webmagickrc ${PREFIX}/etc/webmagickrc.dist
.include <bsd.port.mk>