Ticket #24796: Portfile

File Portfile, 1.3 KB (added by paumard, 14 years ago)
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$
3PortSystem          1.0
4
5name                yorick-z
6cvs.date            20100504
7version             1.2.0.cvs${cvs.date}
8categories          science
9maintainers         users.sourceforge.net:paumard
10description         zlib, jpeg and png support for the Yorick language
11long_description    This is a compiled add-on for yorick (an interpreted \
12                    computer language specialized for numerical and \
13                    scientific problems). Yorick-z adds support for zlib \
14                    (the data compression system used by gzip), png (a \
15                    lossless image compression format), and jpeg (a lossy \
16                    image compression format).
17homepage            http://maumae.net/yorick/doc/plugins.php
18platforms           darwin
19
20depends_lib         port:yorick port:zlib port:jpeg port:libpng
21
22fetch.type          cvs
23cvs.root           :pserver:anonymous@yorick.cvs.sourceforge.net:/cvsroot/yorick
24cvs.module          ${name}
25
26worksrcdir          ${name}
27
28configure.pre_args  ""
29configure.args      --yorick=${prefix}/bin/yorick \
30                    --zlib=${prefix}/lib \
31                    --png=${prefix}/lib \
32                    --jpeg=${prefix}/lib \
33                    --no-avcodec