1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/www/WebMagick/Makefile

35 lines
1.0 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: WebMagick
# http://www.cyberramp.net/~bfriesen/webmagick/
# Version required: 1.44
# Date created: 20 May 1998
# Whom: ache
#
1998-08-12 20:28:49 +00:00
# $Id: Makefile,v 1.3 1998/06/14 23:55:35 mph Exp $
#
DISTNAME= WebMagick-1.44
CATEGORIES= www
MASTER_SITES= http://www.cyberramp.net/~bfriesen/webmagick/dist/
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=${PREFIX}/bin/perl
1998-08-12 20:28:49 +00:00
RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/auto/Image/Magick/Magick.so:${PORTSDIR}/graphics/p5-PerlMagick
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>