d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
24 lines
510 B
Makefile
24 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= 5
|
|
|
|
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"
|