Revision: 76609 http://trac.macports.org/changeset/76609 Author: phw@macports.org Date: 2011-03-02 05:56:37 -0800 (Wed, 02 Mar 2011) Log Message: ----------- New Port: MacPortsScripts - Toolsset for various macports tasks Added Paths: ----------- trunk/dports/sysutils/macportsscripts/ trunk/dports/sysutils/macportsscripts/Portfile Added: trunk/dports/sysutils/macportsscripts/Portfile =================================================================== --- trunk/dports/sysutils/macportsscripts/Portfile (rev 0) +++ trunk/dports/sysutils/macportsscripts/Portfile 2011-03-02 13:56:37 UTC (rev 76609) @@ -0,0 +1,20 @@ +PortSystem 1.0 + +name macportsscripts +version dev +platforms darwin +categories sysutils +maintainers phw openmaintainer +description Various scripts to work with macports + +homepage http://yum.baseurl.org/ +fetch.type git +git.url git://github.com/derphilipp/macportsscripts.git + +use_configure no +build {} + +destroot { + xinstall -d -m 755 ${destroot}${prefix}/bin + eval xinstall -m 755 [glob ${worksrcpath}/*] ${destroot}${prefix}/bin +}
participants (1)
-
phw@macports.org