Changeset 9295 for trunk/dports


Ignore:
Timestamp:
Nov 15, 2004, 3:15:22 PM (19 years ago)
Author:
olegb
Message:

Bug:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
update to 0.17.2

File:
1 edited

Legend:

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

    r6456 r9295  
    1 # $Id: Portfile,v 1.3 2004/04/15 08:35:19 olegb Exp $
     1# $Id: Portfile,v 1.4 2004/11/15 15:15:22 olegb Exp $
    22PortSystem 1.0
    3 name                    loudmouth
    4 version                 0.16
    5 description             A lightweight C library for the jabber protocol.
     3name            loudmouth
     4version         0.17.2
     5description     A lightweight C library for the jabber protocol.
    66long_description        Loudmouth is a lightweight and easy-to-use C \
    7                                         library for programming with the Jabber protocol. \
    8                                         It's designed to be easy to get started with and yet \
    9                                 extensible to let you do anything the Jabber protocol \
    10                                 allows. 
    11 maintainers             olegb@opendarwin.org
    12 categories              devel
    13 platforms               darwin
    14 homepage                http://projects.imendio.com/loudmouth
    15 #master_sites    http://ftp.imendio.com/pub/imendio/loudmouth/src/
    16 master_sites    gnome:sources/loudmouth/0.16
    17 use_bzip2               yes
    18 checksums               md5 58bfa1b2ef244c6fd5f69cce7faa4cf5
    19 depends_lib             lib:libgnutls:gnutls
     7                        library for programming with the Jabber protocol. \
     8                        It's designed to be easy to get started with and yet \
     9                        extensible to let you do anything the Jabber protocol \
     10                        allows. 
     11maintainers     olegb@opendarwin.org
     12categories      devel
     13platforms       darwin
     14homepage        http://projects.imendio.com/loudmouth
     15master_sites    gnome:sources/loudmouth/0.17
     16use_bzip2       yes
     17checksums       md5 db5dd069f3c7de18d5347ebaaee4ad61
     18depends_lib     lib:libgnutls:gnutls
    2019configure.env   CPPFLAGS="-I${prefix}/include -L${prefix}/lib" \
    2120                CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress"
Note: See TracChangeset for help on using the changeset viewer.