summaryrefslogtreecommitdiff
path: root/editors/vim/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-02-19 21:47:54 +0000
committertron <tron@pkgsrc.org>1998-02-19 21:47:54 +0000
commita3a5e9bf10c75a5ba955a59c381e50df69cd39d3 (patch)
tree32fcf754106f3482b342b69be55e7c41fdc47dcc /editors/vim/Makefile
parent1e0d09c8964c3ec2751df2e16a73bb4d888543d6 (diff)
downloadpkgsrc-a3a5e9bf10c75a5ba955a59c381e50df69cd39d3.tar.gz
Initial commit of "vim-5.0" package.
Diffstat (limited to 'editors/vim/Makefile')
-rw-r--r--editors/vim/Makefile24
1 files changed, 24 insertions, 0 deletions
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 <bsd.port.mk>