[54972] trunk/dports/aqua/binclocken/Portfile

toby at macports.org toby at macports.org
Tue Aug 4 20:03:03 PDT 2009


Revision: 54972
          http://trac.macports.org/changeset/54972
Author:   toby at macports.org
Date:     2009-08-04 20:03:01 -0700 (Tue, 04 Aug 2009)
Log Message:
-----------
reclaim one of my ports, and actually build for the correct archs

Modified Paths:
--------------
    trunk/dports/aqua/binclocken/Portfile

Modified: trunk/dports/aqua/binclocken/Portfile
===================================================================
--- trunk/dports/aqua/binclocken/Portfile	2009-08-05 02:59:32 UTC (rev 54971)
+++ trunk/dports/aqua/binclocken/Portfile	2009-08-05 03:03:01 UTC (rev 54972)
@@ -1,10 +1,12 @@
 # $Id$
 
 PortSystem 1.0
+PortGroup xcode 1.0
+
 name             binclocken
 version          1.6
 categories       aqua
-maintainers      nomaintainer
+maintainers      toby
 description      useless floating binary LED clock for your desktop
 long_description \
 	I was given a ThinkGeek binary clock by a friend (in a \
@@ -26,22 +28,8 @@
 	sha1 05801f4ef3481bda4fda7aaf4772318ff45297cd \
 	rmd160 82468ef839aaaa6f00a6719ffe250b025cff16f5
 
-use_configure    no
-
-build.type       pbx
-build.target
-build.args       -configuration Deployment
-
 destroot {
-        set appPath ${destroot}/Applications/MacPorts
+        set appPath ${destroot}${applications_dir}
         file mkdir ${appPath}
         file copy ${worksrcpath}/build/Deployment/BinClocken.app ${appPath}/BinClocken.app
 }
-
-default_variants +universal
-variant universal {}
-pre-fetch {
-	if {![variant_isset universal]} {
-		return -code error "${name} is only available in a universal version"
-	}
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090804/2b4873fd/attachment.html>


More information about the macports-changes mailing list