Changeset 15445 for trunk/dports


Ignore:
Timestamp:
Dec 12, 2005, 12:14:00 PM (18 years ago)
Author:
mww
Message:

update to 1.9.9

Location:
trunk/dports/devel/libsockets
Files:
1 added
1 deleted
1 edited

Legend:

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

    r13791 r15445  
    1 # $Id: Portfile,v 1.12 2005/08/30 09:31:59 mww Exp $
     1# $Id: Portfile,v 1.13 2005/12/12 12:13:59 mww Exp $
    22
    33PortSystem 1.0
    44
    55name                    libsockets
    6 version                 1.9.5
     6version                 1.9.9
    77categories              devel net
    88platforms               darwin
     
    1717                                Sockets-${version}.tar.gz:tar
    1818checksums               uuid.h md5 f7e7d521202d499bc0761ec2bc9516a5 \
    19                                 Sockets-${version}.tar.gz md5 918120416e3397629c06b20d6bcf1917
     19                                Sockets-${version}.tar.gz md5 f375bd3328e3ac5f0a171e3524c6605b
     20patchfiles              patch-Makefile
    2021
    2122depends_lib             port:openssl
     
    2829}
    2930
    30 variant darwin  {
    31         patchfiles      patch-darwin-Makefile
    32 }
    33 
    3431use_configure   no
    3532
    3633build.args              PREFIX=${prefix}
    37 build.env               CFLAGS=-I${prefix}/include \
    38                                 LDFLAGS=-L${prefix}/lib
     34build.env               CFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
    3935
    4036destroot.destdir        PREFIX=${destroot}${prefix}
     37
Note: See TracChangeset for help on using the changeset viewer.