Ticket #46265: Portfile.2

File Portfile.2, 1.3 KB (added by franck@…, 9 years ago)
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 943b06329075865e4453a90f83afcbcfb2151965
8version             0.0.0-alpha+201412190223
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 f3426e84da6a9655b83ead510b033aae \
21                    sha1 17982b0e062258b3d03b22b1bebd03cae2e9f9ab \
22                    rmd160 782a86b0289d872ddb2086f1212e5009d0dcb5d7
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
38
39livecheck.type      none