[121529] trunk/dports/games
mk at macports.org
mk at macports.org
Sat Jun 28 04:06:55 PDT 2014
Revision: 121529
https://trac.macports.org/changeset/121529
Author: mk at macports.org
Date: 2014-06-28 04:06:55 -0700 (Sat, 28 Jun 2014)
Log Message:
-----------
Cockatrice: new port
Added Paths:
-----------
trunk/dports/games/Cockatrice/
trunk/dports/games/Cockatrice/Portfile
Added: trunk/dports/games/Cockatrice/Portfile
===================================================================
--- trunk/dports/games/Cockatrice/Portfile (rev 0)
+++ trunk/dports/games/Cockatrice/Portfile 2014-06-28 11:06:55 UTC (rev 121529)
@@ -0,0 +1,34 @@
+# -*- 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
+
+PortGroup cmake 1.0
+PortGroup github 1.0
+
+github.setup Daenyth Cockatrice c0bd7db658fb54d6f5834f1e99838c150b94379a
+
+name Cockatrice
+version 0.0.1
+
+categories games
+maintainers nomaintainer
+description A board for playing trading card games like MTG online
+long_description ${description} (This port installs only the client as well as oracle.)
+
+platforms darwin
+license GPL-2
+
+homepage http://www.woogerworks.com/
+
+depends_lib-append port:qt4-mac \
+ port:protobuf-cpp
+
+checksums rmd160 13d193021a763c41de09ee34da6c8ee22b8cfe56 \
+ sha256 bc406adbe56c44d586d2b00250a8a621dea7c3c941a569a88818cab9c6655e3b
+
+destroot {
+ xinstall -m 0755 -d ${destroot}${applications_dir}
+ file copy ${worksrcpath}/cockatrice/Cockatrice.app ${destroot}${applications_dir}
+ file copy ${worksrcpath}/oracle/oracle.app ${destroot}${applications_dir}
+}
Property changes on: trunk/dports/games/Cockatrice/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140628/3ab62012/attachment.html>
More information about the macports-changes
mailing list