[94088] users/g5pw/dports/textproc/icat/Portfile

g5pw at macports.org g5pw at macports.org
Fri Jun 8 14:55:09 PDT 2012


Revision: 94088
          https://trac.macports.org/changeset/94088
Author:   g5pw at macports.org
Date:     2012-06-08 14:55:09 -0700 (Fri, 08 Jun 2012)
Log Message:
-----------
textproc/icat:
Ensured we are UsingTheRightCompiler
Added long_description
Updated to use tags

Modified Paths:
--------------
    users/g5pw/dports/textproc/icat/Portfile

Modified: users/g5pw/dports/textproc/icat/Portfile
===================================================================
--- users/g5pw/dports/textproc/icat/Portfile	2012-06-08 21:26:39 UTC (rev 94087)
+++ users/g5pw/dports/textproc/icat/Portfile	2012-06-08 21:55:09 UTC (rev 94088)
@@ -4,21 +4,30 @@
 PortSystem          1.0
 PortGroup           github 1.0
 
-github.setup        atextor icat 3ee5b6b37a1629339ae5481a33213fcc1db10c23
+github.setup        atextor icat 0.3 v
+
 maintainers         g5pw
 
 categories          textproc
 description         icat (Image cat) outputs images in 256-color capable terminals.
+long_description    ${description}
 
 platforms           darwin
 
 depends_lib         port:imlib2
 
-checksums           rmd160  5560627da6cbf5f12ff911e67f47aad6140ddaf8 \
-                    sha256  88f8c242a88d3bc6f43d73f57bfa540430a0e7e88b37d7bb339bd9c40083fb97
+checksums           rmd160  33663d6ef94f3b6ca993ea628ea707eca8931913 \
+                    sha256  eb027b0283b6e42bb5dcccd1673a244ec33eff57cbc9ca94b636841b45359a71
 
 use_configure       no
 
+variant universal {}
+
+# Ensure we are UsingTheRightCompiler
+build.args-append   GCC="${configure.cc} [get_canonical_archflags]" \
+                    LDFLAGS+="-L${prefix}/lib -lImlib2"
+
+
 destroot {
     xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120608/74ef0800/attachment.html>


More information about the macports-changes mailing list