summaryrefslogblamecommitdiff
path: root/editors/vim6+ruby/Makefile
blob: 4b710a0a41e089aa39688cd9214fbe9e03e4b9a0 (plain) (tree)
1
2
3
4
5
6
7
8
9






                                                                           
                                 
 

                 

                            

                               
                                                                    
 
                                        
 

                   

                                                                  
                                
# New ports collection makefile for:	VIM6 with embedded Ruby interpreter
# Date created:		22 Sep 2000
# Whom:			Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#

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

PORTREVISION=	1

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"