2000-09-26 17:26:19 +02: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$
|
|
|
|
#
|
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../vim6
|
|
|
|
|
|
|
|
CATEGORIES= editors ruby
|
|
|
|
PKGNAMESUFFIX= +ruby
|
|
|
|
|
|
|
|
MAINTAINER= knu@FreeBSD.org
|
|
|
|
|
2000-10-08 12:23:48 +02:00
|
|
|
COMMENT= ${.CURDIR}/pkg-comment
|
2000-09-26 17:26:19 +02:00
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
|
|
|
|
USE_AUTOCONF= yes
|
|
|
|
MAKE_ARGS= CONF_OPT_RUBY="--enable-rubyinterp" RUBY="${RUBY}"
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|