Changeset 3942 for trunk/dports


Ignore:
Timestamp:
Nov 13, 2003, 10:46:49 PM (20 years ago)
Author:
fkr
Message:

Bug: #1131
Submitted by: bchesneau@… (Benoit Chesneau) (maintainer)
Reviewed by:
Approved by:
Obtained from:

new upstream version
long_description added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/mail/cclient/Portfile

    r3577 r3942  
     1# $Id: Portfile,v 1.3 2003/11/13 22:46:49 fkr Exp $
     2
    13PortSystem 1.0
    24name            cclient
    3 version         2002d
     5version         2002e
    46categories      mail
    57maintainers     bchesneau@mac.com
    68description     UW IMAP c-client library
     9long_description        C-client is a common API for accessing mailboxes. It is used \
     10                        internally by the popular PINE mail reader as well as the \
     11                        University of Washington's IMAP server.
    712homepage        http://www.washington.edu/imap/
    813platforms       darwin
     
    1217distname        imap-${version}
    1318worksrcdir      imap-${version}
    14 checksums       imap-2002d.tar.Z md5 64e82a195d21481fc4c54c4ed9fe0527
     19checksums       md5 0d246d868f20d8c441d235b77c940676
     20
    1521use_configure   no
    1622build.target    osx EXTRACFLAGS=-fno-common
    1723
    18 variant ssl {
    19         patchfiles patch-Makefile
    20         build.args SSLTYPE=unix
     24variant ssl_plaintext {
     25                patchfiles patch-Makefile
     26                build.args SSLTYPE=unix
    2127}
    2228
Note: See TracChangeset for help on using the changeset viewer.