Ticket #33049: Portfile

File Portfile, 1.2 KB (added by coditect (Nicholas Rawlings), 12 years ago)

Portfile for php5-magickwand (2012-01-28)

Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem                  1.0
5PortGroup                   php5extension 1.0
6
7set dist_version            1.0.9
8set dist_name               MagickWandForPHP-${dist_version}
9
10php5extension.build_dirs    ${workpath}/${dist_name}
11php5extension.setup         magickwand 1.0.9
12categories                  php graphics
13platforms                   darwin
14maintainers                 nomaintainer
15
16description                 MagickWand for PHP
17long_description            This module enables PHP access to the ImageMagick MagickWand API
18
19homepage                    http://www.magickwand.org/
20master_sites                http://www.magickwand.org/download/php/
21distfiles                   ${dist_name}.tar.bz2
22checksums                   sha256  4b3709035e6b61ded10598d3b6e1e14c0c2fc82edd945bda558ab0a7b9cabb87
23use_bzip2                   yes
24
25depends_lib                 port:php5 \
26                            port:ImageMagick
27
28configure.args              --prefix=${prefix} \
29                            --with-php-config=${prefix}/bin/php-config \
30                            --with-magickwand=${prefix}