pkgsrc/editors/vim-share/Makefile
seb 86c87ac072 Pass CHECK_WRKREF check: do not let the path on the perl tool wrapper script
be embedded in the installed share/vim/vim70/tools/efm_perl.pl script;
make this script interpreter be '${SETENV} perl' hence avoiding a run-time
package dependency on perl.

Approved by MAINTAINER.
2006-10-17 11:43:14 +00:00

20 lines
545 B
Makefile

# $NetBSD: Makefile,v 1.23 2006/10/17 11:43:14 seb Exp $
PKGNAME= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}
#PKGREVISION= 1
COMMENT= Data files for the vim editor (vi clone)
.include "Makefile.common"
CONFIGURE_ARGS+= --disable-gui
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:Q} TOOLS_SETENV=${TOOLS_SETENV:Q}
PLIST_SUBST+= VIM_SUBDIR=${VIM_SUBDIR:Q}
.include "../../mk/bsd.pkg.mk"