Ticket #39546: Portfile.4

File Portfile.4, 1.1 KB (added by pierreetienne.meunier@…, 11 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$
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 ec3f645edb3817e36044390c13107179d9e64372 \
20                    sha256 16f77f6220550dc1fcd1dbe60a8dc939e421d29f0472f20e8427ea51859af002
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