Ticket #39546: Portfile.3

File Portfile.3, 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 01094d0c0250830112e144382750d3c12995452d \
20                    sha256 57bee3c8a0bc30ff3c546693f56b7558b55f626ec1e5b37c9d6f20fdde9df4b9
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