# New ports collection makefile for:	VIM6 with embedded Ruby interpreter
# Date created:		22 Sep 2000
# Whom:			Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD: ports/editors/vim6+ruby/Makefile,v 1.13 2004/02/04 05:20:03 marcus Exp $
#

MASTERDIR=	${.CURDIR}/../vim

PORTREVISION=	2

CATEGORIES=	editors ruby
PKGNAMESUFFIX=	+ruby

MAINTAINER=	knu@FreeBSD.org
COMMENT=	Vi IMproved version 6 with embedded Ruby interpreter

#EXTRA_PATCHES=	${.CURDIR}/files/patch-*

USE_RUBY=	yes

MAKE_ARGS=	CONF_OPT_RUBY="--enable-rubyinterp" RUBY="${RUBY}"

.include "${MASTERDIR}/Makefile"
