Revision
75494
Author
singingwolfboy@macports.org
Date
2011-01-26 16:40:18 -0800 (Wed, 26 Jan 2011)

Log Message

New port: chromium-tabs

Added Paths

Diff

Added: trunk/dports/devel/chromium-tabs/Portfile (0 => 75494)


--- trunk/dports/devel/chromium-tabs/Portfile	                        (rev 0)
+++ trunk/dports/devel/chromium-tabs/Portfile	2011-01-27 00:40:18 UTC (rev 75494)
@@ -0,0 +1,23 @@
+# $Id$
+
+PortSystem              1.0
+PortGroup               xcode 1.0
+
+name                    chromium-tabs
+version                 0.0.4
+platforms               darwin
+maintainers             singingwolfboy openmaintainer
+license                 MIT
+description             Framework for Chromium tabs
+long_description        \
+    Chromium Tabs is a Cocoa framework for building applications that works \
+    like Chromium's window system.
+
+homepage                https://github.com/rsms/chromium-tabs
+fetch.type              git
+git.url                 https://github.com/rsms/chromium-tabs.git
+git.branch              ${version}
+
+post-destroot {
+    file rename ${destroot}${applications_dir}/ChromiumTabs.framework ${destroot}${frameworks_dir}/
+}
\ No newline at end of file
Property changes on: trunk/dports/devel/chromium-tabs/Portfile
___________________________________________________________________

Added: svn:keywords

Added: svn:eol-style