[27393] trunk/dports/iphone/iPHUC/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Wed Aug 1 23:40:02 PDT 2007
Revision: 27393
http://trac.macosforge.org/projects/macports/changeset/27393
Author: landonf at macports.org
Date: 2007-08-01 23:40:02 -0700 (Wed, 01 Aug 2007)
Log Message:
-----------
Add missing Portfile
Added Paths:
-----------
trunk/dports/iphone/iPHUC/Portfile
Added: trunk/dports/iphone/iPHUC/Portfile
===================================================================
--- trunk/dports/iphone/iPHUC/Portfile (rev 0)
+++ trunk/dports/iphone/iPHUC/Portfile 2007-08-02 06:40:02 UTC (rev 27393)
@@ -0,0 +1,26 @@
+# $Id: Portfile 26898 2007-07-11 05:23:51Z yves at macports.org $
+
+PortSystem 1.0
+name iPHUC
+version r8
+categories iphone
+maintainers landonf at macports.org openmaintainer at macports.org
+description A command line AFC interface for managing your iPhone
+long_description ${description}
+
+homepage http://iphone.fiveforty.net/wiki/index.php/IPHUC
+platforms darwin
+
+master_sites http://svn.macports.org/repository/macports/distfiles/landonf
+checksums md5 5b2b7f710c3df4ccbf3a5149f9fcc547
+depends_build port:readline
+
+configure.args --with-readline=${prefix}
+
+pre-configure {
+ system "cd ${worksrcpath} && sh ./autogen.sh"
+}
+
+post-patch {
+ file copy ${filespath}/MobileDevice.h ${worksrcpath}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070801/075de7d0/attachment.html
More information about the macports-changes
mailing list