pkgsrc/editors/vim-share/Makefile
martti a02a37ca13 Updated vim to 6.3
This is a bugfix release of Vim. Since Vim 6.2 hundreds of reported
problems have been fixed. Also included are new and updated syntax
files, translated menus and messages.
2004-06-21 08:23:48 +00:00

18 lines
452 B
Makefile

# $NetBSD: Makefile,v 1.10 2004/06/21 08:23:48 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="vim63"
do-build:
@cd ${WRKSRC}/xxd && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS}
.include "../../mk/bsd.pkg.mk"