aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-02-28 06:44:17 +0800
committerpav <pav@FreeBSD.org>2004-02-28 06:44:17 +0800
commitaac0a7a0371f311cfe987749be7fe6658da60059 (patch)
treec98dcf461f908450bac6047c99cd81af2418615f /science
parentad71cf8a242f497ee1d4a4301d91301f581e7589 (diff)
downloadfreebsd-ports-gnome-aac0a7a0371f311cfe987749be7fe6658da60059.tar.gz
freebsd-ports-gnome-aac0a7a0371f311cfe987749be7fe6658da60059.tar.zst
freebsd-ports-gnome-aac0a7a0371f311cfe987749be7fe6658da60059.zip
Add cdcl-gtk, a slave port for science/cdcl with enabled Gtk support.
PR: ports/62872 Submitted by: Shin'ya Murakami <murashin@edamame.summing.com>
Diffstat (limited to 'science')
-rw-r--r--science/Makefile1
-rw-r--r--science/cdcl-gtk/Makefile13
2 files changed, 14 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile
index 9b9c78be71e5..0912fa178cd4 100644
--- a/science/Makefile
+++ b/science/Makefile
@@ -5,6 +5,7 @@
SUBDIR += at
SUBDIR += bblimage
SUBDIR += cdcl
+ SUBDIR += cdcl-gtk
SUBDIR += chemtool
SUBDIR += chemtool-devel
SUBDIR += clhep
diff --git a/science/cdcl-gtk/Makefile b/science/cdcl-gtk/Makefile
new file mode 100644
index 000000000000..41a68605f3cc
--- /dev/null
+++ b/science/cdcl-gtk/Makefile
@@ -0,0 +1,13 @@
+# New ports collection makefile for: DCL-C-Gtk
+# Date created: 15 February 2004
+# Whom: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
+#
+# $FreeBSD$
+#
+
+MAINTAINER= murakami@ahs.scitec.kobe-u.ac.jp
+COMMENT= Scientific graphic library for geoscience (with gtk support)
+
+WITH_GTK= yes
+
+.include "${.CURDIR}/../cdcl/Makefile"