25 lines
803 B
Makefile
25 lines
803 B
Makefile
# $NetBSD: Makefile,v 1.59 2022/01/10 20:53:32 morr Exp $
|
|||
|
|
||
PKGNAME= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}
|
|||
|
COMMENT= Data files for the vim editor (vi clone)
|
||
|
|||
.include "Makefile.common"
|
|||
|
|||
|
CONFIGURE_ARGS+= --disable-gui
|
||
Make sure vim-share do not link with X
Also avoid installing language manpages for xxd, to fix PLIST
|
CONFIGURE_ARGS+= --without-x
|
||
|
|
||
BUILD_TARGET= vim
|
|||
INSTALL_TARGET= installruntime installmacros installtutor installtools
|
|||
|
USE_TOOLS+= awk
|
||
INSTALL_MAKE_FLAGS+= ${MAKE_FLAGS} TOOLS_AWK=${TOOLS_AWK} TOOLS_SETENV=${TOOLS_SETENV}
|
|||
|
|||
PLIST_SUBST+= VIM_SUBDIR=${VIM_SUBDIR}
|
|||
|
|
||
CHECK_INTERPRETER_SKIP+= share/vim/${VIM_SUBDIR}/doc/*.pl
|
|||
CHECK_INTERPRETER_SKIP+= share/vim/${VIM_SUBDIR}/tools/*.pl
|
|||
CHECK_INTERPRETER_SKIP+= share/vim/${VIM_SUBDIR}/tools/*.py
|
|||
CHECK_INTERPRETER_SKIP+= share/vim/${VIM_SUBDIR}/tools/*.awk
|
|||
|
|||
|
.include "../../mk/curses.buildlink3.mk"
|
||
|
.include "../../mk/bsd.pkg.mk"
|