Last change
on this file was
116566,
checked in by toby@…, 4 years ago
|
ne: drop maintainership of GPL ports
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.2 KB
|
Line | |
---|
1 | # $Id: Portfile 116566 2014-01-28 23:20:43Z toby@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name ne |
---|
5 | version 2.4 |
---|
6 | categories editors |
---|
7 | maintainers nomaintainer |
---|
8 | description ne - nice editor |
---|
9 | long_description \ |
---|
10 | ne is a free text editor that runs on (hopefully almost) any \ |
---|
11 | UN*X machine. ne is easy to use for the beginner, but powerful \ |
---|
12 | and fully configurable for the wizard, and most sparing in its \ |
---|
13 | resource usage. |
---|
14 | homepage http://ne.dsi.unimi.it/ |
---|
15 | platforms darwin |
---|
16 | license GPL-3+ |
---|
17 | |
---|
18 | master_sites ${homepage} |
---|
19 | |
---|
20 | checksums rmd160 269ce9cee57c0677dc8a0ec94a0d28535e1caa13 \ |
---|
21 | sha256 a4951b212e7aab71f24ac80f2baec50aa490fc119b09abd6a2cc351e3209d0d4 |
---|
22 | |
---|
23 | patchfiles patch-makefile patch-src☃makefile |
---|
24 | |
---|
25 | configure { |
---|
26 | reinplace "s|__PREFIX__|${prefix}|" ${worksrcpath}/makefile |
---|
27 | reinplace "s|__CC__|${configure.cc}|" ${worksrcpath}/src/makefile |
---|
28 | reinplace "s|__CFLAGS__|${configure.cflags} [get_canonical_archflags cc]|" ${worksrcpath}/src/makefile |
---|
29 | reinplace "s|__LDFLAGS__|${configure.ldflags} [get_canonical_archflags ld]|" ${worksrcpath}/src/makefile |
---|
30 | } |
---|
31 | |
---|
32 | build.target |
---|
33 | |
---|
34 | livecheck.type regex |
---|
35 | livecheck.regex \"${name}-(.*)${extract.suffix}\" |
---|
Note: See
TracBrowser
for help on using the repository browser.