summaryrefslogtreecommitdiff
path: root/editors/vim-share/Makefile
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2006-05-09 06:36:48 +0000
committermartti <martti@pkgsrc.org>2006-05-09 06:36:48 +0000
commitc2fb14088119ab0a3d82fba3cd7e82a48fb4c182 (patch)
tree1765315b84b7362c123f7efc949dcc8e442e06f4 /editors/vim-share/Makefile
parentc9dca1927c6095e5225b35c175dbc9f250ae2f6f (diff)
downloadpkgsrc-c2fb14088119ab0a3d82fba3cd7e82a48fb4c182.tar.gz
Update vim to 7.0.0
Since Vim 6.4 many new features have been added. To mention a few: - Spell checking support for about 50 languages - Intelligent completion for C, HTML, Ruby, Python, PHP, etc. - Tab pages, each containing multiple windows - Undo branches: never accidentally lose text again - Vim script supports Lists and Dictionaries (similar to Python) - Vim script profiling - Improved Unicode support - Highlighting of cursor line, cursor column and matching braces - Translated manual pages support. - Internal grep; works on all platforms, searches compressed files - Browsing remote directories, zip and tar archives - Printing multi-byte text Once you have installed Vim 7.0 you can find details about the changes since Vim 6.4 with ":help version7".
Diffstat (limited to 'editors/vim-share/Makefile')
-rw-r--r--editors/vim-share/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/editors/vim-share/Makefile b/editors/vim-share/Makefile
index a792bb90dbc..af58edd0b6c 100644
--- a/editors/vim-share/Makefile
+++ b/editors/vim-share/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2006/04/04 18:07:16 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2006/05/09 06:36:48 martti Exp $
PKGNAME= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}
-PKGREVISION= 1
+#PKGREVISION= 1
COMMENT= Data files for the vim editor (vi clone)
@@ -9,14 +9,11 @@ COMMENT= Data files for the vim editor (vi clone)
CONFIGURE_ARGS+= --disable-gui
+BUILD_TARGET= vim
INSTALL_TARGET= installruntime installmacros installtutor installtools
USE_TOOLS+= awk
INSTALL_MAKE_FLAGS+= ${MAKE_FLAGS} TOOLS_AWK=${TOOLS_AWK:Q}
PLIST_SUBST+= VIM_SUBDIR=${VIM_SUBDIR:Q}
-do-build:
- @cd ${WRKSRC:Q}/xxd && \
- ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS}
-
.include "../../mk/bsd.pkg.mk"