2000-09-26 15:26:19 +00:00
|
|
|
# New ports collection makefile for: VIM6 with embedded Ruby interpreter
|
|
|
|
# Date created: 22 Sep 2000
|
|
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2001-10-08 01:43:33 +00:00
|
|
|
MASTERDIR= ${.CURDIR}/../vim
|
2000-09-26 15:26:19 +00:00
|
|
|
|
2006-03-07 08:28:06 +00:00
|
|
|
PORTREVISION= 4
|
2001-04-28 19:34:59 +00:00
|
|
|
|
2000-09-26 15:26:19 +00:00
|
|
|
CATEGORIES= editors ruby
|
|
|
|
PKGNAMESUFFIX= +ruby
|
|
|
|
|
2005-11-11 01:18:01 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-18 19:08:21 +00:00
|
|
|
COMMENT= Vi IMproved version 6 with embedded Ruby interpreter
|
2000-09-26 15:26:19 +00:00
|
|
|
|
2001-08-13 04:43:11 +00:00
|
|
|
#EXTRA_PATCHES= ${.CURDIR}/files/patch-*
|
2001-05-31 02:29:58 +00:00
|
|
|
|
2000-09-26 15:26:19 +00:00
|
|
|
USE_RUBY= yes
|
|
|
|
|
|
|
|
MAKE_ARGS= CONF_OPT_RUBY="--enable-rubyinterp" RUBY="${RUBY}"
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|