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