[100001] trunk/dports/finance

g5pw at macports.org g5pw at macports.org
Fri Nov 23 14:42:11 PST 2012


Revision: 100001
          https://trac.macports.org/changeset/100001
Author:   g5pw at macports.org
Date:     2012-11-23 14:42:11 -0800 (Fri, 23 Nov 2012)
Log Message:
-----------
finance/sc:
- new port

Added Paths:
-----------
    trunk/dports/finance/sc/
    trunk/dports/finance/sc/Portfile
    trunk/dports/finance/sc/files/
    trunk/dports/finance/sc/files/Makefile.diff

Added: trunk/dports/finance/sc/Portfile
===================================================================
--- trunk/dports/finance/sc/Portfile	                        (rev 0)
+++ trunk/dports/finance/sc/Portfile	2012-11-23 22:42:11 UTC (rev 100001)
@@ -0,0 +1,36 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=portfile:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                sc
+version             7.16
+maintainers         g5pw openmaintainer
+
+categories          finance
+description         ${name} : the Venerable Spreadsheet Calculator
+long_description    ${description}
+
+platforms           darwin
+
+homepage            http://www.ibiblio.org/pub/Linux/apps/financial/spreadsheet/
+
+master_sites        ${homepage}
+
+checksums           rmd160  bcaffd292bc3d0868e5be870fee743c6b3294377 \
+                    sha256  1997a00b6d82d189b65f6fd2a856a34992abc99e50d9ec463bbf1afb750d1765
+
+patchfiles          Makefile.diff
+
+depends_lib         port:ncurses \
+                    port:bison
+
+use_configure       no
+
+compiler.blacklist  clang
+
+variant universal {}
+
+build.args-append   CC="${configure.cc} [get_canonical_archflags]"
+
+destroot.destdir    prefix=${destroot}${prefix}


Property changes on: trunk/dports/finance/sc/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/finance/sc/files/Makefile.diff
===================================================================
--- trunk/dports/finance/sc/files/Makefile.diff	                        (rev 0)
+++ trunk/dports/finance/sc/files/Makefile.diff	2012-11-23 22:42:11 UTC (rev 100001)
@@ -0,0 +1,11 @@
+--- Makefile.old	2012-09-01 22:29:49.000000000 +0200
++++ Makefile	2012-09-01 22:30:07.000000000 +0200
+@@ -26,7 +26,7 @@
+ EXDIR=${prefix}/bin
+ 
+ # This is where the man page goes.
+-MANDIR=${prefix}/man/man1
++MANDIR=${prefix}/share/man/man1
+ MANEXT=1
+ MANMODE=644
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121123/a4d4d3d9/attachment.html>


More information about the macports-changes mailing list