[67977] trunk/dports/devel

ryandesign at macports.org ryandesign at macports.org
Sun May 23 11:12:29 PDT 2010


Revision: 67977
          http://trac.macports.org/changeset/67977
Author:   ryandesign at macports.org
Date:     2010-05-23 11:12:22 -0700 (Sun, 23 May 2010)
Log Message:
-----------
libhsplasma: new port

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

Added: trunk/dports/devel/libhsplasma/Portfile
===================================================================
--- trunk/dports/devel/libhsplasma/Portfile	                        (rev 0)
+++ trunk/dports/devel/libhsplasma/Portfile	2010-05-23 18:12:22 UTC (rev 67977)
@@ -0,0 +1,39 @@
+# $Id$
+
+PortSystem                  1.0
+
+name                        libhsplasma
+version                     0.0-548
+categories                  devel
+platforms                   darwin
+maintainers                 ryandesign
+license                     GPL-3+
+homepage                    http://code.google.com/p/libhsplasma/
+
+description                 library for reading Plasma game engine files
+
+long_description            libHSPlasma is a library for reading files used \
+                            by the Plasma game engine (created by Headspin, \
+                            acquired by Cyan Worlds), such as those in the \
+                            games Myst V: End of Ages and Myst Online: URU Live
+
+fetch.type                  hg
+hg.url                      http://uru.zrax.net/hg/libhsplasma
+hg.tag                      e3221b3852ed
+
+depends_lib                 port:zlib \
+                            port:jpeg \
+                            port:openssl \
+                            port:python26
+
+universal_variant           no
+
+configure.args              --with-pkgconfig \
+                            --with-python=${prefix}/Library/Frameworks/Python.framework/Versions/2.6 \
+                            --with-zlib=${prefix} \
+                            --with-jpeg=${prefix} \
+                            --with-ssl=${prefix}
+
+build.args                  CXX=${configure.cxx}
+
+destroot.destdir            PREFIX=${destroot}${prefix}


Property changes on: trunk/dports/devel/libhsplasma/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/20100523/3ead053a/attachment.html>


More information about the macports-changes mailing list