Ticket #34432: Portfile.2

File Portfile.2, 929 bytes (added by pierreetienne.meunier@…, 12 years ago)
Line 
1# $Id$
2
3PortSystem          1.0
4
5name                ocaml-patoline
6version             1.0
7categories          ml
8platforms           darwin
9license             GPL
10maintainers         Pierre-Etienne Meunier
11description         The best digital typography system ever
12long_description    The best digital typography system ever
13homepage            http://www.lama.univ-savoie.fr/~meunier/patoline
14master_sites        http://www.lama.univ-savoie.fr/~meunier/darcs/patoline
15
16checksums           sha256 cdf5cc2f200cf5b9df1f7778cfb940341978c9d6b9e4e3afdecc145810710854
17
18depends_lib         port:ocaml \
19                    port:ocaml-dypgen \
20                    port:ocaml-camomile
21use_parallel_build  no
22
23configure.pre_args { }
24configure.args     --prefix ${prefix} --extra-fonts-dir /Library/Fonts --ocaml-libs `ocamlc -where` --ocamlfind-dir `ocamlfind printconf destdir`
25variant bytecode {
26    configure.args-append   --byte
27}