Changeset 7527 for trunk/dports


Ignore:
Timestamp:
Jun 16, 2004, 9:23:55 AM (20 years ago)
Author:
mww
Message:

Bug: #1932
Submitted by: sleepinghead@…
Reviewed by: mww@

add 'opcode' variant, update libraries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/ode/Portfile

    r7406 r7527  
    1 # $Id: Portfile,v 1.3 2004/06/08 07:09:05 mww Exp $
     1# $Id: Portfile,v 1.4 2004/06/16 09:23:55 mww Exp $
    22
    33PortSystem 1.0
     
    3333                ${destroot}${prefix}/lib
    3434        file copy ${worksrcpath}/include/ode ${destroot}${prefix}/include
     35        file copy ${worksrcpath}/include/drawstuff ${destroot}${prefix}/include
    3536        xinstall -m 644 -W ${worksrcpath}/lib libode.a libdrawstuff.a \
    3637                ${destroot}${prefix}/lib
     38        system "ranlib ${destroot}${prefix}/lib/libode.a"
     39        system "ranlib ${destroot}${prefix}/lib/libdrawstuff.a"
    3740}
     41
     42variant opcode  {
     43        patchfiles-append       patch-user-settings-opcode.diff
     44}
Note: See TracChangeset for help on using the changeset viewer.