Last change
on this file was
145158,
checked in by and.damore@…, 2 years ago
|
port sc: edit description, fix DESTDIR support in makefile so man page doesn't embedd the desroot path for the tutorial; nomaintainer
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.3 KB
|
Line | |
---|
1 | # -*- 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 |
---|
2 | # $Id: Portfile 145158 2016-01-27 10:14:52Z and.damore@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name sc |
---|
7 | version 7.16 |
---|
8 | revision 2 |
---|
9 | maintainers nomaintainer |
---|
10 | |
---|
11 | categories finance |
---|
12 | description sc is the Venerable Spreadsheet Calculator |
---|
13 | long_description sc is a free curses-based spreadsheet program that uses key bindings similar to vi and less. |
---|
14 | |
---|
15 | platforms darwin |
---|
16 | |
---|
17 | homepage http://www.ibiblio.org/pub/Linux/apps/financial/spreadsheet/ |
---|
18 | |
---|
19 | master_sites ${homepage} |
---|
20 | |
---|
21 | checksums rmd160 bcaffd292bc3d0868e5be870fee743c6b3294377 \ |
---|
22 | sha256 1997a00b6d82d189b65f6fd2a856a34992abc99e50d9ec463bbf1afb750d1765 |
---|
23 | |
---|
24 | patchfiles Makefile.diff |
---|
25 | |
---|
26 | depends_lib port:ncurses \ |
---|
27 | port:bison |
---|
28 | |
---|
29 | use_configure no |
---|
30 | |
---|
31 | # TODO: This is a real bug that clang is complaining about. |
---|
32 | # Fix it rather than just working around it |
---|
33 | if {[string match "*clang*" ${configure.compiler}]} { |
---|
34 | configure.cflags-append -Wno-error=return-type |
---|
35 | } |
---|
36 | |
---|
37 | variant universal {} |
---|
38 | |
---|
39 | build.args-append CC="${configure.cc} ${configure.cppflags} ${configure.cflags} [get_canonical_archflags]" |
---|
40 | |
---|
41 | destroot.destdir-append prefix=${prefix} |
---|
42 | |
---|
43 | livecheck.type none |
---|
Note: See
TracBrowser
for help on using the repository browser.