Ticket #46265: Portfile

File Portfile, 1.2 KB (added by franck@…, 9 years ago)

Updated to the latest nightly build.

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