Add lang/ruby_static-devel, the statically linked ruby-devel

executable.
This commit is contained in:
Akinori MUSHA 2001-06-04 14:57:03 +00:00
parent a2bd9f0603
commit 9b3bcd846b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43491
3 changed files with 25 additions and 0 deletions

View file

@ -128,6 +128,7 @@
SUBDIR += ruby-tcltklib
SUBDIR += ruby-usersguide
SUBDIR += ruby_static
SUBDIR += ruby_static-devel
SUBDIR += scheme48
SUBDIR += schemetoc
SUBDIR += scm

View file

@ -0,0 +1,12 @@
# New ports collection makefile for: ruby_static-devel
# Date created: 3 June 2001
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
MASTERDIR= ${.CURDIR}/../ruby_static
RUBY_VER= 1.7
.include "${MASTERDIR}/Makefile"

View file

@ -0,0 +1,12 @@
# New ports collection makefile for: ruby_static-devel
# Date created: 3 June 2001
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
MASTERDIR= ${.CURDIR}/../ruby_static
RUBY_VER= 1.7
.include "${MASTERDIR}/Makefile"