[20609] trunk/dports/graphics/jasper/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Nov 8 16:06:52 PST 2006


Revision: 20609
          http://trac.macosforge.org/projects/macports/changeset/20609
Author:   blair at macports.org
Date:     2006-11-08 16:06:51 -0800 (Wed, 08 Nov 2006)

Log Message:
-----------
Whitespace cleanup.

Modified Paths:
--------------
    trunk/dports/graphics/jasper/Portfile

Modified: trunk/dports/graphics/jasper/Portfile
===================================================================
--- trunk/dports/graphics/jasper/Portfile	2006-11-08 23:35:03 UTC (rev 20608)
+++ trunk/dports/graphics/jasper/Portfile	2006-11-09 00:06:51 UTC (rev 20609)
@@ -1,27 +1,27 @@
 # $Id$
 
-PortSystem			1.0
-name				jasper
-version				1.701.0
-categories			graphics
-maintainers			nomaintainer at macports.org
-description			Library for manipulating JPEG-2000 images
+PortSystem		1.0
+name			jasper
+version			1.701.0
+categories		graphics
+maintainers		nomaintainer at macports.org
+description		Library for manipulating JPEG-2000 images
 long_description \
 	The JasPer Project is an open-source initiative to provide a free \
 	software-based reference implementation of the codec specified in the \
 	JPEG-2000 Part-1 standard (i.e., ISO/IEC 15444-1).
 
-platforms			darwin
+platforms		darwin
 
-homepage			http://www.ece.uvic.ca/~mdadams/jasper/
+homepage		http://www.ece.uvic.ca/~mdadams/jasper/
 master_sites		${homepage}/software/
-use_zip				yes
+use_zip			yes
 
-checksums			md5 22a9f74fc880e38dd125c60aa4e4ce97
+checksums		md5 22a9f74fc880e38dd125c60aa4e4ce97
 
-depends_lib			lib:libjpeg:jpeg
+depends_lib		lib:libjpeg:jpeg
 
-patchfiles			patch-src_libjasper_base_jas_cm.c
+patchfiles		patch-src_libjasper_base_jas_cm.c
 
 configure.env		CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
 configure.args		--enable-shared --disable-static --disable-opengl
@@ -32,11 +32,10 @@
 }
 
 variant jiv {
-	depends_lib				lib:libglut:glut
+	depends_lib		lib:libglut:glut
 	configure.args-delete	--disable-opengl
 	configure.args-append	--enable-opengl
 	configure.env-delete	CPPFLAGS="-I${prefix}/include"
 	configure.env-append	CPPFLAGS="-I${prefix}/include \
-							-I${x11prefix}/include"
+					-I${x11prefix}/include"
 }
-

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061108/3ca6b3c4/attachment.html


More information about the macports-changes mailing list