Changeset 15415 for trunk/dports


Ignore:
Timestamp:
Dec 11, 2005, 5:57:14 AM (18 years ago)
Author:
yves
Message:

Bug: 5897
Submitted by: mww@
Reviewed by:
Approved by:
Obtained from:

Bump to 2.3.0, now lives in $prefix
also taking maintainership

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/x11/openMotif/Portfile

    r12641 r15415  
    1 # $Id: Portfile,v 1.17 2005/06/14 06:28:49 jkh Exp $
     1# $Id: Portfile,v 1.18 2005/12/11 05:57:14 yves Exp $
    22
    33PortSystem 1.0
    4 name            openmotif
    5 version         2.2.4
    6 revision        1
    7 categories      x11
    8 maintainers     darwinports@opendarwin.org
    9 description     The Open Motif toolkit for X11
    10 long_description This is The Open Group's full version of Motif based on the original OSF sources.
    11 platforms       darwin
    12 homepage        http://www.motifzone.net/
    13 master_sites    http://ftp.motifzone.net/om2.2.4/src/
    14 checksums       md5 b1cb4f8a482611e15c745d2682a28cfd
    15 prefix          ${x11prefix}
     4name                    openmotif
     5version                 2.3.0beta1
     6categories              x11
     7maintainers             yves@opendarwin.org
     8description             The Open Motif toolkit for X11
     9long_description        This is The Open Group's full version of Motif based on \
     10                                the original OSF sources.
     11platforms               darwin
     12homepage                http://www.motifzone.net/
     13master_sites    http://ftp.motifzone.net/om2.3/
     14distname                ${name}-${version}-src
     15checksums               md5 94ad0db66c354670a7b647979d883016
    1616
    1717depends_build   lib:libX11.6:XFree86
     18depends_lib             port:jpeg port:libpng port:Xft2 port:expat port:fontconfig \
     19                                port:freetype port:libiconv port:xrender port:zlib
    1820
    19 pre-build       {
     21worksrcdir              ${name}-2.3.0
     22
     23post-patch {
    2024        reinplace "s;recipient's;recipients;" ${worksrcpath}/tools/wml/motif.wml
    2125}
    2226
     27configure.args  --mandir=${prefix}/share/man
     28configure.env   CFLAGS=-I${prefix}/include CPPFLAGS=-I${prefix}/include \
     29                                LDFLAGS=-L${prefix}/lib
     30
    2331build.env       LANG=C
     32
     33platform darwin 8 {
     34        configure.env-append CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
     35}
     36
Note: See TracChangeset for help on using the changeset viewer.