From 5159bf57c9667530dfabaf9136b4a5753caf54fc Mon Sep 17 00:00:00 2001 From: knu Date: Mon, 4 Jun 2001 14:57:03 +0000 Subject: Add lang/ruby_static-devel, the statically linked ruby-devel executable. --- lang/Makefile | 1 + lang/ruby18_static/Makefile | 12 ++++++++++++ lang/ruby_static-devel/Makefile | 12 ++++++++++++ 3 files changed, 25 insertions(+) create mode 100644 lang/ruby18_static/Makefile create mode 100644 lang/ruby_static-devel/Makefile (limited to 'lang') diff --git a/lang/Makefile b/lang/Makefile index 2b053d94955..4eaa34d02d1 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -128,6 +128,7 @@ SUBDIR += ruby-tcltklib SUBDIR += ruby-usersguide SUBDIR += ruby_static + SUBDIR += ruby_static-devel SUBDIR += scheme48 SUBDIR += schemetoc SUBDIR += scm diff --git a/lang/ruby18_static/Makefile b/lang/ruby18_static/Makefile new file mode 100644 index 00000000000..3e317cb387f --- /dev/null +++ b/lang/ruby18_static/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: ruby_static-devel +# Date created: 3 June 2001 +# Whom: Akinori MUSHA aka knu +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../ruby_static + +RUBY_VER= 1.7 + +.include "${MASTERDIR}/Makefile" diff --git a/lang/ruby_static-devel/Makefile b/lang/ruby_static-devel/Makefile new file mode 100644 index 00000000000..3e317cb387f --- /dev/null +++ b/lang/ruby_static-devel/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: ruby_static-devel +# Date created: 3 June 2001 +# Whom: Akinori MUSHA aka knu +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../ruby_static + +RUBY_VER= 1.7 + +.include "${MASTERDIR}/Makefile" -- cgit