Ticket #39546: Portfile.2

File Portfile.2, 1.1 KB (added by cooljeanius (Eric Gallager), 11 years ago)

Revised portfile for Patoline

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           ocaml 1.0
6
7name                patoline
8version             0.1
9categories          ocaml
10platforms           darwin
11license             GPL-2+
12maintainers         gmail.com:pierreetienne.meunier openmaintainer
13description         A new typesetting system, programmable in ocaml.
14long_description    ${description}
15
16homepage            http://${name}.org
17master_sites        http://${name}.org/darcs/${name}
18
19checksums           rmd160  a07b5d12cc2550a560e617a93a3ee25706d424f2 \
20                    sha256  20c23b5f044de25ab23e663654d937367c4d67d1dac96d979cfd720587556041
21
22depends_lib-append  port:ocaml-camomile \
23                    port:ocaml-dypgen \
24                    port:ocaml-findlib \
25                    port:ocaml-sqlite3 \
26                    port:ocaml-zip
27
28configure.pre_args  --prefix ${prefix} \
29                    --extra-fonts-dir /Library/Fonts
30
31use_parallel_build  no
32
33test.run            yes
34test.target         check