[117879] trunk/dports/cross/avarice/Portfile

larryv at macports.org larryv at macports.org
Sat Mar 15 19:18:38 PDT 2014


Revision: 117879
          https://trac.macports.org/changeset/117879
Author:   larryv at macports.org
Date:     2014-03-15 19:18:38 -0700 (Sat, 15 Mar 2014)
Log Message:
-----------
avarice: Add modeline and rearrange.

Modified Paths:
--------------
    trunk/dports/cross/avarice/Portfile

Modified: trunk/dports/cross/avarice/Portfile
===================================================================
--- trunk/dports/cross/avarice/Portfile	2014-03-16 02:09:51 UTC (rev 117878)
+++ trunk/dports/cross/avarice/Portfile	2014-03-16 02:18:38 UTC (rev 117879)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem          1.0
@@ -6,29 +7,27 @@
 version             2.13
 revision            1
 categories          cross
+platforms           darwin
 license             GPL-2
 maintainers         nomaintainer
+
 description         AVR JTAG-ICE control software
-long_description \
-    AVaRICE is a program which interfaces the GNU Debugger \
-    GDB with the AVR JTAG ICE available from Atmel.
-platforms           darwin
+long_description    AVaRICE is a program which interfaces the GNU Debugger \
+                    GDB with the AVR JTAG ICE available from Atmel.
 homepage            http://avarice.sourceforge.net/
+
+depends_lib         port:avr-binutils \
+                    port:gettext \
+                    port:libusb-compat \
+                    port:zlib \
+
 master_sites        sourceforge:project/avarice/avarice/avarice-${version}
-
 use_bzip2           yes
-
 checksums           rmd160  dbba18767365c5f8ef302380842f3a6a2fb06a7a \
                     sha256  a14738fe78e1a0a9321abcca7e685a00ce3ced207622ccbcd881ac32030c104a
 
-depends_lib         port:gettext port:libusb-compat port:zlib \
-                    port:avr-binutils
+configure.ldflags-append    -L${prefix}/avr/host/lib -lbfd -liberty -lz
 
-configure.args      --mandir=${prefix}/share/man \
-                    --enable-target-programming
-configure.ldflags-append    -lz \
-                            -L${prefix}/avr/host/lib -lbfd -liberty
-
 # PACKAGE/PACKAGE_VERSION are required to work around an
 # #ifdef check added in recent versions of binutils. This broke
 # a lot of software, assumes a very specific use of autotools, and
@@ -36,7 +35,11 @@
 #
 # See also: http://sourceware.org/bugzilla/show_bug.cgi?id=14072
 # and: http://sourceware.org/bugzilla/show_bug.cgi?id=14243
-configure.cppflags-append -I${prefix}/avr/host/include \
-                            "-DPACKAGE=${name}" "-DPACKAGE_VERSION=${version}"
+configure.cppflags-append   -DPACKAGE=${name} \
+                            -DPACKAGE_VERSION=${version} \
+                            -I${prefix}/avr/host/include
 
+configure.args      --enable-target-programming \
+                    --mandir=${prefix}/share/man
+
 livecheck.regex     /${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140315/60a400ff/attachment.html>


More information about the macports-changes mailing list