# $Id: Portfile 125301 2014-09-12 22:07:11Z mf2k@macports.org $ PortSystem 1.0 name ex-vi version 050325 categories editors # the LGPL code is confined to a separate library license BSD-old LGPL platforms darwin maintainers gmail.com:stuartwesterman openmaintainer description the traditional ex/vi editor long_description ${description} homepage http://ex-vi.sourceforge.net/ master_sites sourceforge distname ex-${version} checksums md5 e668595254233e4d96811083a3e4e2f3 use_bzip2 yes patchfiles patch-Makefile.diff use_configure no build.target build.args CFLAGS="-I. -I${prefix}/include" LDFLAGS="-L${prefix}/lib" \ PREFIX=${prefix} \ CC=${configure.cc} destroot.args PREFIX=${prefix} INSTALL="${configure.install}"