1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | |
---|
7 | github.setup neovim neovim 6bfe0daf63c3311df2b3c734c2518b79d7e68842 |
---|
8 | version 0.0.0-alpha+201501042205 |
---|
9 | |
---|
10 | categories editors |
---|
11 | platforms darwin |
---|
12 | |
---|
13 | description Vim's rebirth for the 21st century. |
---|
14 | long_description Neovim, Vim for the next generation, aims to be a modern \ |
---|
15 | refactor of Vim, the popular text editor based on 'Vi'. |
---|
16 | homepage http://www.neovim.org |
---|
17 | license Apache-2 Vim GPL-2+ |
---|
18 | maintainers cassedanne.com:franck |
---|
19 | |
---|
20 | checksums md5 7367b6fb1b5538b5478e0e7b704868d7 \ |
---|
21 | sha1 b917a0b73282aad0d6da727baed313a0f3d81496 \ |
---|
22 | rmd160 b88d79622bdec9758b42e9b37c7ac5796e8660db |
---|
23 | |
---|
24 | depends_lib-append port:gettext |
---|
25 | |
---|
26 | depends_build-append \ |
---|
27 | port:pkgconfig \ |
---|
28 | port:autoconf \ |
---|
29 | port:automake \ |
---|
30 | port:libtool \ |
---|
31 | port:luarocks |
---|
32 | |
---|
33 | build.args CMAKE_EXTRA_FLAGS=\"-DCMAKE_INSTALL_PREFIX:PATH=${prefix}\" |
---|
34 | |
---|
35 | use_configure no |
---|
36 | |
---|
37 | use_parallel_build yes |
---|