Changeset 3031 for trunk/dports


Ignore:
Timestamp:
Jul 11, 2003, 7:33:47 PM (21 years ago)
Author:
ranger
Message:

new upstream version (thanks justin for the patch ;)

Location:
trunk/dports/sysutils/pilot-link
Files:
1 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/sysutils/pilot-link/Portfile

    r2127 r3031  
    1 # $Id: Portfile,v 1.2 2003/03/03 07:14:58 mij Exp $
     1# $Id: Portfile,v 1.3 2003/07/11 19:33:47 ranger Exp $
    22
    33PortSystem 1.0
    44name            pilot-link
    5 version         0.10.99
     5version         0.11.7
    66revision        1
    77categories      sysutils
     
    1111platforms       darwin
    1212master_sites    http://pilot-link.org/source/
    13 patchfiles      patch-${name}-${version}.darwin
     13patchfiles      patch-${name}.darwin
    1414depends_lib     lib:libiconv:libiconv lib:libreadline:readline
    1515
    16 checksums       md5 c7acfa7464be5eee763137a590a6f282
     16checksums       md5 f51ad0900548a6600de7513cc8f606e6
    1717
    1818patch {
     
    2828configure.args  --prefix='${prefix}' --with-pic --enable-shared --enable-static --without-python --libexecdir='${prefix}/lib'
    2929build.env       ${configure.env}
    30 
    31 # why is this necessary??
    32 post-build      {
    33                 system "cd ${worksrcpath}/libpisock++ && make clean all"
    34 }
Note: See TracChangeset for help on using the changeset viewer.