Changeset 3844 for trunk/dports


Ignore:
Timestamp:
Oct 29, 2003, 12:23:50 PM (21 years ago)
Author:
mww
Message:

Bug: #1095
Submitted by: blb@…

now builds as shareed lib, rev. inc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/graphics/smpeg/Portfile

    r3837 r3844  
    1 # $Id: Portfile,v 1.3 2003/10/28 22:40:24 fkr Exp $
     1# $Id: Portfile,v 1.4 2003/10/29 12:23:50 mww Exp $
    22
    33PortSystem 1.0
    44name            smpeg
    55version         0.4.4
    6 revision        1       
     6revision        2
    77categories      devel
    88maintainers     mww@opendarwin.org
     
    1212
    1313homepage        http://www.lokigames.com/development/smpeg.php3
    14 master_sites    ftp://ftp.lokigames.com/pub/open-source/smpeg/
    15 checksums       md5 59c76ac704088ef5539210190c4e1fe3
     14master_sites    ftp://ftp.lokigames.com/pub/open-source/smpeg/ \
     15                http://distfiles.opendarwin.org/:lt
     16distfiles-append        ltconfig13:lt \
     17                        ltmain13:lt
     18extract.only    ${distname}${extract.sufx}
     19
     20checksums       ${distname}${extract.sufx} \
     21                        md5 59c76ac704088ef5539210190c4e1fe3 \
     22                ltconfig13 md5 ea53f42a550c9f9e653758a8ed91574e \
     23                ltmain13 md5 e094ae92724c4015dbab97de151c2525
    1624
    1725depends_lib     lib:libSDL:libsdl
     26
     27post-patch {
     28        system "cp ${distpath}/ltconfig13 ${worksrcpath}/ltconfig"
     29        system "cp ${distpath}/ltmain13 ${worksrcpath}/ltmain.sh"
     30}
    1831
    1932configure.args  --without-x \
    2033                --disable-gtktest \
    2134                --disable-gtk-player \
     35                --disable-static \
    2236                --mandir=${prefix}/share/man
    2337
Note: See TracChangeset for help on using the changeset viewer.