mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
2769bcfada
Now Vim6 has officially included (optional) Ruby interface, we no longer need any patches. :)
23 lines
439 B
Makefile
23 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"
|