mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
fe279f0df8
Discussed with: kris Approved by: portmgr (implicit)
25 lines
510 B
Makefile
25 lines
510 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}/../vim
|
|
|
|
PORTREVISION= 4
|
|
|
|
CATEGORIES= editors ruby
|
|
PKGNAMESUFFIX= +ruby
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Vi IMproved version 6 with embedded Ruby interpreter
|
|
|
|
#EXTRA_PATCHES= ${.CURDIR}/files/patch-*
|
|
|
|
USE_RUBY= yes
|
|
|
|
MAKE_ARGS= CONF_OPT_RUBY="--enable-rubyinterp" RUBY="${RUBY}"
|
|
|
|
.include "${MASTERDIR}/Makefile"
|