Skip to content

Commit

Permalink
Port: qca-tls
Browse files Browse the repository at this point in the history
Version:	1.0

New port devel/qca-tls
TLS plugin for Qt Cryptographic Architecture

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@15049 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
blb committed Nov 16, 2005
1 parent a9b3698 commit cdb002d
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions devel/qca-tls/Portfile
@@ -0,0 +1,34 @@
# $Id: Portfile,v 1.1 2005/11/16 21:23:25 blb Exp $

PortSystem 1.0
name qca-tls
version 1.0
categories devel crypto security
maintainers blb@opendarwin.org
description TLS plugin for Qt Cryptographic Architecture
long_description \
This is a plugin to provide SSL/TLS capability to programs that utilize \
the Qt Cryptographic Architecture (QCA).

platforms darwin

homepage http://delta.affinix.com/qca/
master_sites ${homepage}
use_bzip2 yes

checksums md5 886b1f60fc31de3b1a0bd93281e27b73

depends_lib port:qca lib:libssl:openssl

configure.pre_args ""
configure.args --qtdir=${prefix}

destroot {
xinstall -m 755 -d ${destroot}${prefix}/lib/qt3-plugins/crypto \
${destroot}${prefix}/share/doc/${name}
xinstall -m 644 -W ${worksrcpath} libqca-tls.dylib \
${destroot}${prefix}/lib/qt3-plugins/crypto
xinstall -m 644 -W ${worksrcpath} COPYING README \
${destroot}${prefix}/share/doc/${name}
}

0 comments on commit cdb002d

Please sign in to comment.