[42149] trunk/dports/gnome/oregano/Portfile

blb at macports.org blb at macports.org
Sat Nov 15 21:09:31 PST 2008


Revision: 42149
          http://trac.macports.org/changeset/42149
Author:   blb at macports.org
Date:     2008-11-15 21:09:30 -0800 (Sat, 15 Nov 2008)
Log Message:
-----------
gnome/oregano - version update to 0.69.0

Modified Paths:
--------------
    trunk/dports/gnome/oregano/Portfile

Modified: trunk/dports/gnome/oregano/Portfile
===================================================================
--- trunk/dports/gnome/oregano/Portfile	2008-11-16 04:13:15 UTC (rev 42148)
+++ trunk/dports/gnome/oregano/Portfile	2008-11-16 05:09:30 UTC (rev 42149)
@@ -2,19 +2,43 @@
 
 PortSystem          1.0
 name                oregano
-version             0.3.2
+version             0.69.0
+categories          gnome science
+maintainers         nomaintainer
 description         An application for schematic capture and simulation of electrical circuits. 
 long_description    ${description}
-maintainers         nomaintainer
-categories          gnome science
+
 platforms           darwin 
+
 homepage            http://oregano.gforge.lug.fi.uba.ar/index.php
-# i host the tarball at my OD site
-master_sites        http://gforge.lug.fi.uba.ar/frs/download.php/41/
-checksums           md5 86b665ebe1ad3b674f473487d76a580d
-depends_lib         lib:libgnomeprintui-2-2:libgnomeprintui lib:libgtksourceview-1:gtksourceview
-use_bzip2           yes
-configure.args      --mandir=${prefix}/share/man 
-configure.cppflags-append "-L${prefix}/lib"
-configure.cflags-append "-no-cpp-precomp -flat_namespace -undefined suppress" 
+master_sites        http://gforge.lug.fi.uba.ar/frs/download.php/86/
 
+checksums           md5     f98abc5c79cc733b49cd07995afc9c1e \
+                    sha1    1fd3a7396a596a2f9016dbc682c7d37771148205 \
+                    rmd160  ea71522aca807b82f8ce50d598014e518fdd08e7
+
+depends_build       port:scons
+
+depends_lib         port:gtk2 port:libglade2 port:libgnomeui port:libxml2 \
+                    port:libgnomecanvas port:gtksourceview port:cairo \
+                    port:libpixman
+
+use_configure       no
+
+build.cmd           scons
+build.target        PREFIX=${prefix}
+
+destroot.cmd        scons
+# Make sure DESTDIR's value has a slash at the end...
+destroot.destdir    DESTDIR=${destroot}/
+destroot.target     install PREFIX=${prefix} RunUpdateMimeDatabase=no
+
+post-destroot {
+   xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} \
+      ${destroot}${prefix}/share/help/${name}
+   xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING NEWS README TODO \
+      ${destroot}${prefix}/share/doc/${name}
+   eval copy [glob ${worksrcpath}/help/*] \
+      ${destroot}${prefix}/share/help/${name}
+}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081115/f1c223fb/attachment.html>


More information about the macports-changes mailing list