[93384] trunk/dports/devel

sharky at macports.org sharky at macports.org
Mon May 21 04:52:40 PDT 2012


Revision: 93384
          https://trac.macports.org/changeset/93384
Author:   sharky at macports.org
Date:     2012-05-21 04:52:40 -0700 (Mon, 21 May 2012)
Log Message:
-----------
qxmpp: add initial Portfile

Added Paths:
-----------
    trunk/dports/devel/qxmpp/
    trunk/dports/devel/qxmpp/Portfile

Added: trunk/dports/devel/qxmpp/Portfile
===================================================================
--- trunk/dports/devel/qxmpp/Portfile	                        (rev 0)
+++ trunk/dports/devel/qxmpp/Portfile	2012-05-21 11:52:40 UTC (rev 93384)
@@ -0,0 +1,29 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id: Portfile 85457 2011-10-14 01:10:46Z michaelld at macports.org $
+
+PortSystem      1.0
+PortGroup       qt4 1.0
+
+name            qxmpp
+version         0.4.0
+categories      devel net
+license         LGPL-2.1
+platforms       darwin
+maintainers     sharky openmaintainer
+
+description     Cross-platform C++ XMPP library
+long_description \
+    QXmpp is a cross-platform C++ XMPP library built upon Qt. \
+    It strives to be as easy to use as possible.
+
+homepage        http://code.google.com/p/qxmpp/
+master_sites    googlecode
+
+checksums       md5     17c1d05b1dec3fe8507aae26e05074cb \
+                sha1    b42731a68ddda16aeed836d488a75331452b4d8d \
+                rmd160  3ce1c334347cdaf81a6035a3eacd976a49e51a61
+
+depends_lib     port:speex port:libtheora
+
+configure.cmd       ${qt_qmake_cmd}
+configure.pre_args  PREFIX=${prefix} QXMPP_USE_SPEEX=1 QXMPP_USE_THEORA=1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120521/8a6352ff/attachment.html>


More information about the macports-changes mailing list