blob: 9a992a557ace9cd530014adc59d5d6320dc8492d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# New ports collection makefile for: WebMagick
# http://www.cyberramp.net/~bfriesen/webmagick/
# Version required: 1.44
# Date created: 20 May 1998
# Whom: ache
#
# $Id: Makefile,v 1.7 1998/09/15 21:31:54 asami Exp $
#
DISTNAME= WebMagick-1.44
CATEGORIES= www
MASTER_SITES= http://www.cyberramp.net/~bfriesen/webmagick/dist/
LIB_DEPENDS= Magick.4:${PORTSDIR}/graphics/ImageMagick
MAINTAINER= ache@freebsd.org
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=${PERL5}
post-install:
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>
|