diff options
author | pooka <pooka@pkgsrc.org> | 1999-12-21 13:20:32 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 1999-12-21 13:20:32 +0000 |
commit | b832dd34c3d882b550e9bc16a0f59160b1ff1114 (patch) | |
tree | ef46750aa97e039158ad8e933cc553a3d09f361a /editors/vim-share/Makefile | |
parent | e4038c12efab90d913075f6200e0feade7aec052 (diff) | |
download | pkgsrc-b832dd34c3d882b550e9bc16a0f59160b1ff1114.tar.gz |
data files for the vim editor
Diffstat (limited to 'editors/vim-share/Makefile')
-rw-r--r-- | editors/vim-share/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/editors/vim-share/Makefile b/editors/vim-share/Makefile new file mode 100644 index 00000000000..6add2a1e4bd --- /dev/null +++ b/editors/vim-share/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/12/21 13:20:32 pooka Exp $ + +.include "Makefile.common" + +PKGNAME= vim-share-${VIM_VERSION} + +DISTFILES+= ${DISTNAME}-rt${EXTRACT_SUFX} + +CONFIGURE_ARGS+= --disable-gui + +INSTALL_TARGET= installvimhelp installhelplinks installmacros \ + installtutor installtools + +post-configure: + cd ${WRKSRC}/ctags ; ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} \ + ${CONFIGURE_ARGS} + +do-build: + cd ${WRKSRC}/ctags ; ${MAKE} + cd ${WRKSRC}/xxd ; CC=${CC} CFLAGS=${CFLAGS} ${MAKE} -f Makefile.unix + +.include "../../mk/bsd.pkg.mk" |