diff options
author | pav <pav@FreeBSD.org> | 2004-02-28 07:54:14 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-02-28 07:54:14 +0800 |
commit | 689e732a8cd0ca588274118352abe288081f2a60 (patch) | |
tree | a9c6d9143e4207a2a7e026f48c214dd5f4eaded5 /science/ruby-dcl-gtk | |
parent | d6f319972ad1cad88a32ebe9838616958eab3518 (diff) | |
download | freebsd-ports-gnome-689e732a8cd0ca588274118352abe288081f2a60.tar.gz freebsd-ports-gnome-689e732a8cd0ca588274118352abe288081f2a60.tar.zst freebsd-ports-gnome-689e732a8cd0ca588274118352abe288081f2a60.zip |
Add ruby-dcl, a ruby interface to DCL, a scienific graphical library.
Add ruby-dcl-gtk, a slave port for ruby-dcl with gtk patches.
PR: ports/62873, ports/62874
Submitted by: <murashin@edamame.summing.com>
Diffstat (limited to 'science/ruby-dcl-gtk')
-rw-r--r-- | science/ruby-dcl-gtk/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/science/ruby-dcl-gtk/Makefile b/science/ruby-dcl-gtk/Makefile new file mode 100644 index 000000000000..3e4d63e2f3b1 --- /dev/null +++ b/science/ruby-dcl-gtk/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: RubyDCL-Gtk +# Date created: 15 Febrary 2004 +# Whom: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp> +# +# $FreeBSD$ +# + +PKGNAMESUFFIX= -gtk + +MAINTAINER= murakami@ahs.scitec.kobe-u.ac.jp +CATEGORIES= science graphics ruby + +WITH_GTK= yes + +.include "${.CURDIR}/../ruby-dcl/Makefile" |