Ticket #66218: Portfile

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