Ticket #37825: Portfile.2

File Portfile.2, 1008 bytes (added by cooljeanius (Eric Gallager), 12 years ago)

New portfile for mpvim

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
5
6name                mpvim
7version             0.1.0
8revision            1
9categories-append   editors macports
10platforms           darwin
11maintainers         gwmail.gwu.edu:egall larryv openmaintainer
12license             BSD
13supported_archs     noarch
14
15description         ${name} adds MacPorts support to vim.
16long_description    ${description} This currently includes syntax coloring for \
17                    Portfiles and running lint from vim.
18homepage            http://svn.macports.org/repository/macports/contrib/mpvim
19
20livecheck.type      none
21
22fetch.type          svn
23svn.url             https://svn.macports.org/repository/macports/contrib/mpvim
24svn.revision        102174
25
26depends_run-append  path:bin/vim:vim
27
28worksrcdir          ${name}
29
30use_configure       no
31
32destroot.destdir    prefix=${destroot}${prefix}/share/vim/vimfiles