1 | PortSystem 1.0 |
---|
2 | |
---|
3 | name ex-vi |
---|
4 | version 050325 |
---|
5 | categories editors |
---|
6 | # the LGPL code is confined to a separate library |
---|
7 | license BSD-old LGPL |
---|
8 | platforms darwin |
---|
9 | maintainers nomaintainer |
---|
10 | description the traditional ex/vi editor |
---|
11 | long_description ${description} |
---|
12 | |
---|
13 | homepage http://ex-vi.sourceforge.net/ |
---|
14 | master_sites sourceforge |
---|
15 | distname ex-${version} |
---|
16 | checksums md5 e668595254233e4d96811083a3e4e2f3 |
---|
17 | use_bzip2 yes |
---|
18 | patchfiles patch-Makefile.diff |
---|
19 | patch-ex_subr.diff |
---|
20 | patch-ex_tty.diff |
---|
21 | |
---|
22 | use_configure no |
---|
23 | |
---|
24 | build.target |
---|
25 | build.args CFLAGS="-I. -I${prefix}/include" LDFLAGS="-L${prefix}/lib" \ |
---|
26 | PREFIX=${prefix} \ |
---|
27 | CC=${configure.cc} |
---|
28 | |
---|
29 | destroot.args PREFIX=${prefix} INSTALL="${configure.install}" |
---|