freebsd-ports/editors/vim6+ruby/Makefile
Akinori MUSHA 2769bcfada Remove my instant distribution patch after vim6's update to 6.0j.
Now Vim6 has officially included (optional) Ruby interface, we no
longer need any patches. :)
2000-10-24 10:20:30 +00:00

22 lines
439 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
CATEGORIES= editors ruby
PKGNAMESUFFIX= +ruby
MAINTAINER= knu@FreeBSD.org
COMMENT= ${.CURDIR}/pkg-comment
USE_RUBY= yes
USE_AUTOCONF= yes
MAKE_ARGS= CONF_OPT_RUBY="--enable-rubyinterp" RUBY="${RUBY}"
.include "${MASTERDIR}/Makefile"