[44392] trunk/dports/graphics
macsforever2000 at macports.org
macsforever2000 at macports.org
Sat Dec 27 13:42:58 PST 2008
Revision: 44392
http://trac.macports.org/changeset/44392
Author: macsforever2000 at macports.org
Date: 2008-12-27 13:42:58 -0800 (Sat, 27 Dec 2008)
Log Message:
-----------
Added new port (#17020)
Added Paths:
-----------
trunk/dports/graphics/qwtplot3d/
trunk/dports/graphics/qwtplot3d/Portfile
Added: trunk/dports/graphics/qwtplot3d/Portfile
===================================================================
--- trunk/dports/graphics/qwtplot3d/Portfile (rev 0)
+++ trunk/dports/graphics/qwtplot3d/Portfile 2008-12-27 21:42:58 UTC (rev 44392)
@@ -0,0 +1,45 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; truncate-lines: t -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name qwtplot3d
+version 0.2.7
+revision 0
+categories graphics science
+platforms darwin
+maintainers nomaintainer
+
+description Qt-based 3D-widgets
+long_description Feature-rich Qt / OpenGL-based C++ programming library, \
+ providing 3D-widgets for technical applications
+
+homepage http://${name}.sourceforge.net
+master_sites sourceforge:${name}
+#distname ${name}-${version}
+worksrcdir ${name}
+extract.suffix .tgz
+
+checksums md5 2f14660152e2e26bfeaaeec479ed9f2b \
+ sha1 4463fafb8420a91825e165da7a296aaabd70abea \
+ rmd160 0f28462cb95ef6091d73642c8b26ece60d50bfb8
+
+set qt_dir ${prefix}/libexec/qt4-mac
+
+configure.cmd ${qt_dir}/bin/qmake
+configure.pre_args
+
+depends_lib port:qwt
+
+patch {
+ reinplace "s|0.2.6|0.2.7|g" ${worksrcpath}/qwtplot3d.pro
+}
+
+destroot {
+ xinstall -m 0644 ${worksrcpath}/lib/lib${name}.${version}.dylib ${destroot}/${prefix}/lib
+ system "cd ${destroot}/${prefix}/lib && ln -s lib${name}.${version}.dylib lib${name}.0.2.dylib"
+ system "cd ${destroot}/${prefix}/lib && ln -s lib${name}.${version}.dylib lib${name}.0.dylib"
+ system "cd ${destroot}/${prefix}/lib && ln -s lib${name}.${version}.dylib lib${name}.dylib"
+ xinstall -m 755 -d ${destroot}/${prefix}/include/${name}
+ eval xinstall -m 0644 [glob ${worksrcpath}/include/*] ${destroot}/${prefix}/include/${name}
+}
Property changes on: trunk/dports/graphics/qwtplot3d/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081227/966db845/attachment-0001.html>
More information about the macports-changes
mailing list