Changeset 4295 for trunk/dports


Ignore:
Timestamp:
Dec 24, 2003, 1:27:55 AM (20 years ago)
Author:
mww
Message:

Bug: #1294
Submitted by: mww@

-updates to 3.07pl2
-now works on OS-X 10.3 and FreeBSD 5.1
-manpage path is now ${prefix}/share/man

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/lang/ocaml/Portfile

    r3173 r4295  
    1 # $Id: Portfile,v 1.9 2003/08/05 09:29:16 jkh Exp $
     1# $Id: Portfile,v 1.10 2003/12/24 01:27:55 mww Exp $
    22
    33PortSystem 1.0
    44name            ocaml
    5 version         3.06+27
    6 revision        0
     5version         3.07pl2
    76categories      lang
    87maintainers     jpm@opendarwin.org
     
    1716        Light-style bytecode compiler).
    1817homepage        http://caml.inria.fr/ocaml
    19 platforms       darwin
    20 master_sites    http://savannah.nongnu.org/download/mldonkey/tools/
    21 checksums       md5 6e8685c23c3dafbf7c87e7fbbd69e339
    22 # fetch.type    cvs
    23 # cvs.root      :pserver:anoncvs@camlcvs.inria.fr:/caml
    24 # cvs.module    ocaml
    25 # distname      ocaml
    26 configure {
    27         cd ${worksrcpath}
    28         system  "./configure --no-tk --tk-no-x11 --bindir ${prefix}/bin \
    29                 --libdir ${prefix}/lib/ocaml --mandir ${prefix}/man/man1 \
    30                 --prefix ${prefix}"
    31 }
     18platforms       darwin freebsd
     19master_sites    http://caml.inria.fr/distrib/${name}-3.07/
     20checksums       md5 e58057f1ecca2da3fee035c846ac7db2
     21
     22set worksrcpath ${workpath}/${name}-3.07/
     23
     24configure.env   CFLAGS=-no-cpp-precomp
     25configure.pre_args      --prefix ${prefix}
     26configure.args  --no-tk \
     27                --tk-no-x11 \
     28                --bindir ${prefix}/bin \
     29                --libdir ${prefix}/lib/ocaml \
     30                --mandir ${prefix}/share/man \
     31
     32build.type      gnu
     33build.dir       ${worksrcpath}
    3234build.target    world opt
     35
    3336destroot.args   BINDIR=${destroot}/${prefix}/bin \
    34         LIBDIR=${destroot}/${prefix}/lib/ocaml \
    35         MANDIR=${destroot}/${prefix}/man/man1
     37                LIBDIR=${destroot}/${prefix}/lib/ocaml \
     38                MANDIR=${destroot}/${prefix}/share/man
Note: See TracChangeset for help on using the changeset viewer.