freebsd-ports/editors/vim6+ruby/Makefile
Akinori MUSHA 1c7f5e9b9c Add a patch to unbreak the build. (already submitted to the vim6 author)
Reported by:	Ollivier Robert <roberto@eurocontrol.fr>
2001-05-31 02:29:58 +00:00

26 lines
479 B
Makefile

# 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
PORTREVISION= 1
CATEGORIES= editors ruby
PKGNAMESUFFIX= +ruby
MAINTAINER= knu@FreeBSD.org
COMMENT= ${.CURDIR}/pkg-comment
EXTRA_PATCHES= ${.CURDIR}/files/patch-*
USE_RUBY= yes
MAKE_ARGS= CONF_OPT_RUBY="--enable-rubyinterp" RUBY="${RUBY}"
.include "${MASTERDIR}/Makefile"