summaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-02-27 22:44:17 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-02-27 22:44:17 +0000
commita3174cd9939309cae02e5feadc68630fba2a491d (patch)
tree2431a64f4424bfa88664b8c4539449bcb618b065 /science
parent- Update to version 0.18 (diff)
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>
Notes
Notes: svn path=/head/; revision=102323
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"