From a3a5e9bf10c75a5ba955a59c381e50df69cd39d3 Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 19 Feb 1998 21:47:54 +0000 Subject: Initial commit of "vim-5.0" package. --- editors/vim/Makefile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 editors/vim/Makefile (limited to 'editors/vim/Makefile') diff --git a/editors/vim/Makefile b/editors/vim/Makefile new file mode 100644 index 00000000000..520dfe8ad20 --- /dev/null +++ b/editors/vim/Makefile @@ -0,0 +1,24 @@ +# +# New ports collection makefile for: vim +# Version required: vim-5.0 +# Date Created: 19 February 1998 +# Whom: tron +# +# $NetBSD: Makefile,v 1.1 1998/02/19 21:47:54 tron Exp $ + +DISTNAME= vim-5.0 +CATEGORIES= editors +MASTER_SITES= ftp://ftp.oce.nl/pub/vim/unix/ \ + ftp://uiarchive.uiuc.edu/pub/packages/vim/ \ + ftp://ftp.fu-berlin.de/pub/misc/editors/vim/unix/ \ + ftp://ftp.progsoc.uts.edu.au/pub/vim/unix/ + +MAINTAINER= tron@netbsd.org + +WRKSRC= ${WRKDIR}/${DISTNAME}/src +GNU_CONFIGURE= yes + +MAN1= ctags.1 etags.1 ex.1 gview.1 gvim.1 rgview.1 rgvim.1 rview.1 \ + rvim.1 view.1 vim.1 xxd.1 + +.include -- cgit v1.2.3