[108789] trunk/dports/graphics/wxWidgets30/Portfile
mojca at macports.org
mojca at macports.org
Thu Aug 1 15:38:49 PDT 2013
Revision: 108789
https://trac.macports.org/changeset/108789
Author: mojca at macports.org
Date: 2013-08-01 15:38:49 -0700 (Thu, 01 Aug 2013)
Log Message:
-----------
wxWidgets30: whitespace only
Modified Paths:
--------------
trunk/dports/graphics/wxWidgets30/Portfile
Modified: trunk/dports/graphics/wxWidgets30/Portfile
===================================================================
--- trunk/dports/graphics/wxWidgets30/Portfile 2013-08-01 22:36:01 UTC (rev 108788)
+++ trunk/dports/graphics/wxWidgets30/Portfile 2013-08-01 22:38:49 UTC (rev 108789)
@@ -1,45 +1,45 @@
# -*- 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 wxWidgets30
-conflicts wxgtk wxWidgets
-version 2.9.5
-epoch 20130717
+name wxWidgets30
+conflicts wxgtk wxWidgets
+version 2.9.5
+epoch 20130717
-license wxwidgets-3.1
-categories graphics devel
-platforms darwin
-maintainers jwa mojca
-description mature cross-platform C++ GUI framework
+license wxwidgets-3.1
+categories graphics devel
+platforms darwin
+maintainers jwa mojca
+description mature cross-platform C++ GUI framework
long_description wxWidgets is a mature open-source cross-platform C++ \
- GUI framework for Mac OS, Unix, Linux, Windows. It can \
- make use of a variety of native widget sets as well as \
- its own widget set: Mac OS, GTK+, Motif, WIN32. \
- wxWidgets will even run on embedded systems using \
- Linux and X11.
+ GUI framework for Mac OS, Unix, Linux, Windows. It can \
+ make use of a variety of native widget sets as well as \
+ its own widget set: Mac OS, GTK+, Motif, WIN32. \
+ wxWidgets will even run on embedded systems using \
+ Linux and X11.
-homepage http://www.wxwidgets.org/
-distname wxWidgets
-master_sites sourceforge:project/wxwindows/${version} \
- http://biolpc22.york.ac.uk/pub/${version}/
+homepage http://www.wxwidgets.org/
+distname wxWidgets
+master_sites sourceforge:project/wxwindows/${version} \
+ http://biolpc22.york.ac.uk/pub/${version}/
-use_bzip2 yes
+use_bzip2 yes
-distfiles ${distname}-${version}${extract.suffix}
-dist_subdir ${distname}/${version}
+distfiles ${distname}-${version}${extract.suffix}
+dist_subdir ${distname}/${version}
checksums rmd160 f5c91099b2cf3e39eadbcf99df0dd9a97017d47f \
sha256 b74ba96ca537cc5d049d21ec9ab5eb2670406a4aa9f1ea4845ea84a9955a6e02
-
-depends_lib port:jpeg \
- port:tiff \
- port:libpng \
- port:zlib \
- port:libiconv \
- port:expat
+depends_lib port:jpeg \
+ port:tiff \
+ port:libpng \
+ port:zlib \
+ port:libiconv \
+ port:expat
+
if {${os.major} < 10} {
pre-fetch {
ui_error "${name} requires Mac OS X 10.6 or later."
@@ -47,31 +47,31 @@
}
}
-set worksrcdir ${distname}-${version}/build
+set worksrcdir ${distname}-${version}/build
-extract.only ${distname}-${version}${extract.suffix}
+extract.only ${distname}-${version}${extract.suffix}
-patch.dir ${worksrcpath}/..
-patchfiles patch-configure-change_install_names.diff
+patch.dir ${worksrcpath}/..
+patchfiles patch-configure-change_install_names.diff
-configure.cmd ../configure
+configure.cmd ../configure
configure.ldflags -L${build.dir}/lib -L${prefix}/lib
-configure.args --mandir=${prefix}/share/man \
- --with-libiconv-prefix=${prefix} \
- --with-libjpeg \
- --with-libtiff \
- --with-libpng \
- --with-zlib \
- --with-opengl \
- --with-cocoa \
- --without-sdl \
- --disable-sdltest \
- --enable-unicode \
- --enable-display \
- --enable-xrc \
- --with-macosx-sdk=no \
- --with-macosx-version-min=no
+configure.args --mandir=${prefix}/share/man \
+ --with-libiconv-prefix=${prefix} \
+ --with-libjpeg \
+ --with-libtiff \
+ --with-libpng \
+ --with-zlib \
+ --with-opengl \
+ --with-cocoa \
+ --without-sdl \
+ --disable-sdltest \
+ --enable-unicode \
+ --enable-display \
+ --enable-xrc \
+ --with-macosx-sdk=no \
+ --with-macosx-version-min=no
build.target
@@ -99,23 +99,23 @@
configure.args-append --enable-debug
}
-variant sdl description {Use SDL for audio on Unix} {
- depends_lib-append path:lib/pkgconfig/sdl.pc:libsdl
- depends_lib-append port:libsdl_mixer
- configure.args-delete --without-sdl
- configure.args-append --with-sdl
-}
-
-variant stdlib description {add support for various standard library features} {
- configure.args-append --enable-stl \
+variant sdl description {Use SDL for audio on Unix} {
+ depends_lib-append path:lib/pkgconfig/sdl.pc:libsdl
+ depends_lib-append port:libsdl_mixer
+ configure.args-delete --without-sdl
+ configure.args-append --with-sdl
+}
+
+variant stdlib description {add support for various standard library features} {
+ configure.args-append --enable-stl \
--enable-std_containers \
--enable-std_iostreams \
--enable-std_string \
--enable-std_string_conv_in_wxstring
-}
+}
variant aui description {add support for AUI docking library} {
- configure.args-append --enable-aui
+ configure.args-append --enable-aui
}
livecheck.type regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130801/247eda7a/attachment.html>
More information about the macports-changes
mailing list