diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-27 22:44:17 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-27 22:44:17 +0000 |
commit | a3174cd9939309cae02e5feadc68630fba2a491d (patch) | |
tree | 2431a64f4424bfa88664b8c4539449bcb618b065 /science | |
parent | 322de53e18713eed9b751a3346cfe50fc721b4d0 (diff) | |
download | ports-a3174cd9939309cae02e5feadc68630fba2a491d.tar.gz ports-a3174cd9939309cae02e5feadc68630fba2a491d.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/Makefile | 1 | ||||
-rw-r--r-- | science/cdcl-gtk/Makefile | 13 |
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" |