summaryrefslogtreecommitdiff
path: root/editors/vim-share/Makefile.common
blob: 55bd82efd06c77df0285a4d6105560413e4af206 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $NetBSD: Makefile.common,v 1.6 2001/04/19 13:55:17 wiz Exp $

VIM_VERSION=		5.7

DISTNAME=		vim-${VIM_VERSION}
CATEGORIES=		editors
MASTER_SITES=		ftp://ftp.vim.org/pub/editors/vim/unix/ \
			ftp://ftp.nuxi.com/pub/vim/unix/ \
			ftp://ftp.fu-berlin.de/misc/editors/vim/unix/ \
			ftp://ftp.twics.co.jp/pub/vim/unix/
DISTFILES=		${DISTNAME}-src${EXTRACT_SUFX}

MAINTAINER=		pooka@netbsd.org
HOMEPAGE=		http://www.vim.org

GNU_CONFIGURE=		yes
WRKSRC=			${WRKDIR}/${DISTNAME}/src

DISTINFO_FILE=		${.CURDIR}/../vim-share/distinfo
PATCHDIR=		${WRKDIR}/.patches

pre-patch:
	@${MKDIR} ${WRKDIR}/.patches
	@${CP} ${.CURDIR}/../vim-share/patches.common/patch* ${WRKDIR}/.patches
	@if [ -d ${.CURDIR}/patches ] ; then \
		${CP} ${.CURDIR}/patches/patch* ${WRKDIR}/.patches ; fi