Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Submitted by:   bchesneau@mac.com (Benoit Chesneau) (maintainer)
Reviewed by:
Approved by:
Obtained from:

new upstream version
long_description added

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@3942 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Felix Kronlage committed Nov 13, 2003
1 parent 0c36c30 commit 9550697
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions mail/cclient/Portfile
@@ -1,23 +1,29 @@
# $Id: Portfile,v 1.3 2003/11/13 22:46:49 fkr Exp $

PortSystem 1.0
name cclient
version 2002d
version 2002e
categories mail
maintainers bchesneau@mac.com
description UW IMAP c-client library
long_description C-client is a common API for accessing mailboxes. It is used \
internally by the popular PINE mail reader as well as the \
University of Washington's IMAP server.
homepage http://www.washington.edu/imap/
platforms darwin
master_sites ftp://ftp.cac.washington.edu/imap/\
http://distfiles.opendarwin.org/
extract.sufx .tar.Z
distname imap-${version}
worksrcdir imap-${version}
checksums imap-2002d.tar.Z md5 64e82a195d21481fc4c54c4ed9fe0527
checksums md5 0d246d868f20d8c441d235b77c940676

use_configure no
build.target osx EXTRACFLAGS=-fno-common

variant ssl {
patchfiles patch-Makefile
build.args SSLTYPE=unix
variant ssl_plaintext {
patchfiles patch-Makefile
build.args SSLTYPE=unix
}

destroot {
Expand Down

0 comments on commit 9550697

Please sign in to comment.