e2a099818c
This is a bugfix release of Vim. Since Vim 6.1 hundreds of reported problems have been fixed. Also included are new and updated syntax files, translated menus and messages. The main new features are: - Support for GTK 2. (Daniel Elstner) - Support for editing Arabic text. (Nadim Shaikli & Isam Bayazidi) - ":try" command and exception handling. (Servatius Brandt) - Support for the neXtaw GUI toolkit (mostly like Athena). (Alexey Froloff) - Support for PostScript printing in various 8-bit encodings. (Mike Williams)
18 lines
451 B
Makefile
18 lines
451 B
Makefile
# $NetBSD: Makefile,v 1.9 2003/06/02 07:27:25 martti Exp $
|
|
|
|
.include "Makefile.common"
|
|
|
|
PKGNAME= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}
|
|
|
|
COMMENT= Data files for the vim editor (vi clone)
|
|
|
|
CONFIGURE_ARGS+= --disable-gui
|
|
|
|
INSTALL_TARGET= installruntime installmacros installtutor installtools
|
|
|
|
PLIST_SUBST+= VIM_SUBDIR="vim62"
|
|
|
|
do-build:
|
|
@cd ${WRKSRC}/xxd && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|