[49320] trunk/dports/math/aamath/Portfile

snc at macports.org snc at macports.org
Tue Apr 7 07:00:07 PDT 2009


Revision: 49320
          http://trac.macports.org/changeset/49320
Author:   snc at macports.org
Date:     2009-04-07 07:00:07 -0700 (Tue, 07 Apr 2009)
Log Message:
-----------
whitespace fixes

Modified Paths:
--------------
    trunk/dports/math/aamath/Portfile

Modified: trunk/dports/math/aamath/Portfile
===================================================================
--- trunk/dports/math/aamath/Portfile	2009-04-07 13:57:32 UTC (rev 49319)
+++ trunk/dports/math/aamath/Portfile	2009-04-07 14:00:07 UTC (rev 49320)
@@ -1,41 +1,41 @@
 # -*- 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
+PortSystem          1.0
 
-name			aamath
-version			0.3
-categories		math textproc
-platforms		darwin
-maintainers		snc openmaintainer
-description		renders ASCII art from mathematical expressions
-long_description	Aamath is a program that reads mathematical expressions in \
-			infix notation and renders them as ASCII art. It may be useful to \
-			send mathematics through text-only media, such as e-mail or \
-			newsgroups.
+name                aamath
+version             0.3
+categories          math textproc
+platforms           darwin
+maintainers         snc openmaintainer
+description         renders ASCII art from mathematical expressions
+long_description    Aamath is a program that reads mathematical expressions in \
+                    infix notation and renders them as ASCII art. It may be \
+                    useful to send mathematics through text-only media, such as\
+                    e-mail or newsgroups.
 
-homepage		http://fuse.superglue.se/aamath/
-master_sites	${homepage}
-checksums		md5 f0e835bd06069b1bdaddd9e9c3447c12
-patchfiles		patch-Makefile
+homepage            http://fuse.superglue.se/aamath/
+master_sites        ${homepage}
+checksums           md5 f0e835bd06069b1bdaddd9e9c3447c12
+patchfiles          patch-Makefile.diff
 
-worksrcdir		aamath
+worksrcdir          aamath
 
-use_configure	no
+use_configure       no
 
-build.env		CFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
+build.env           CFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
 
 # will be reveiwing this for a port deps on gcc
 # also, readline is a dep
 platform darwin 8 {
-	build.args CXX=/usr/bin/g++-4.0 LD=/usr/bin/g++-4.0
+    build.args CXX=/usr/bin/g++-4.0 LD=/usr/bin/g++-4.0
 }
 
 destroot {
-	xinstall -m 755 ${worksrcpath}/aamath ${destroot}${prefix}/bin
-	xinstall -m 644 ${worksrcpath}/aamath.1 ${destroot}${prefix}/share/man/man1
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} COPYING ChangeLog README \
-		${destroot}${prefix}/share/doc/${name}
+    xinstall -m 755 ${worksrcpath}/aamath ${destroot}${prefix}/bin
+    xinstall -m 644 ${worksrcpath}/aamath.1 ${destroot}${prefix}/share/man/man1
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} COPYING ChangeLog README \
+        ${destroot}${prefix}/share/doc/${name}
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090407/f7f7ab8a/attachment.html>


More information about the macports-changes mailing list