summaryrefslogtreecommitdiffstats
path: root/science/chemtool
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-03-30 19:23:00 +0000
committerijliao <ijliao@FreeBSD.org>2001-03-30 19:23:00 +0000
commit9c285d20b6e57550d3aad4c9bef62e3d7eef1fc9 (patch)
treecdd5b5a315a602611f35a5b5b50573082f52230a /science/chemtool
parentdf5642caf5458623e7f4deb05022b1cc43e013b1 (diff)
downloadFreeBSD-ports-9c285d20b6e57550d3aad4c9bef62e3d7eef1fc9.zip
FreeBSD-ports-9c285d20b6e57550d3aad4c9bef62e3d7eef1fc9.tar.gz
add chemtool
Chemtool is a program for drawing organic molecules easily and store them as an Postscript, X-Bitmap, LaTeX and XFig file ps. first science ports ?
Diffstat (limited to 'science/chemtool')
-rw-r--r--science/chemtool/Makefile21
-rw-r--r--science/chemtool/distinfo1
-rw-r--r--science/chemtool/files/patch-Makefile22
-rw-r--r--science/chemtool/pkg-comment1
-rw-r--r--science/chemtool/pkg-descr4
-rw-r--r--science/chemtool/pkg-plist4
6 files changed, 53 insertions, 0 deletions
diff --git a/science/chemtool/Makefile b/science/chemtool/Makefile
new file mode 100644
index 0000000..3619910
--- /dev/null
+++ b/science/chemtool/Makefile
@@ -0,0 +1,21 @@
+# ex:ts=8
+# New ports collection makefile for: chemtool
+# Date created: Mar 31, 2001
+# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
+#
+# $FreeBSD$
+
+PORTNAME= chemtool
+PORTVERSION= 1.3
+CATEGORIES= science
+MASTER_SITES= http://www.uni-ulm.de/~s_tvolk/chemtool/src/
+
+MAINTAINER= ijliao@FreeBSD.org
+
+RUN_DEPENDS= transfig:${PORTSDIR}/print/transfig
+
+USE_GTK= yes
+
+MAN1= chemtool.1
+
+.include <bsd.port.mk>
diff --git a/science/chemtool/distinfo b/science/chemtool/distinfo
new file mode 100644
index 0000000..8b9277d
--- /dev/null
+++ b/science/chemtool/distinfo
@@ -0,0 +1 @@
+MD5 (chemtool-1.3.tar.gz) = bc66cf300fb12e6b308c0c3ef33c8491
diff --git a/science/chemtool/files/patch-Makefile b/science/chemtool/files/patch-Makefile
new file mode 100644
index 0000000..92bf6d6
--- /dev/null
+++ b/science/chemtool/files/patch-Makefile
@@ -0,0 +1,22 @@
+--- Makefile.orig Wed Feb 7 02:52:54 2001
++++ Makefile Sat Mar 31 03:10:38 2001
+@@ -1,7 +1,4 @@
+-PREFIX=/usr/local
+-LOCALEDIR=/usr/share/locale
+-CFLAGS=-O2 -Wall
+-CC=gcc
++LOCALEDIR=${PREFIX}/share/locale
+ CP=/bin/cp
+ RM=/bin/rm -f
+
+@@ -9,8 +6,8 @@
+ OBJS = main.o chemproc.o graph.o draw.o inout.o
+
+
+-EXTRA_INCLUDES = `gtk-config --cflags` # -DDISABLE_NLS
+-SYS_LIBRARIES = `gtk-config --libs` -lm
++EXTRA_INCLUDES = `${GTK_CONFIG} --cflags` # -DDISABLE_NLS
++SYS_LIBRARIES = `${GTK_CONFIG} --libs` -lm
+
+ all: chemtool cht
+
diff --git a/science/chemtool/pkg-comment b/science/chemtool/pkg-comment
new file mode 100644
index 0000000..6c1ecaa
--- /dev/null
+++ b/science/chemtool/pkg-comment
@@ -0,0 +1 @@
+Drawing organic molecules easily and store them
diff --git a/science/chemtool/pkg-descr b/science/chemtool/pkg-descr
new file mode 100644
index 0000000..28896e5
--- /dev/null
+++ b/science/chemtool/pkg-descr
@@ -0,0 +1,4 @@
+Chemtool is a program for drawing organic molecules easily and store them as
+a X bitmap file.
+
+WWW: http://www.uni-ulm.de/~s_tvolk/chemtool.html
diff --git a/science/chemtool/pkg-plist b/science/chemtool/pkg-plist
new file mode 100644
index 0000000..1529a42
--- /dev/null
+++ b/science/chemtool/pkg-plist
@@ -0,0 +1,4 @@
+bin/chemtool
+bin/cht
+share/locale/cs/LC_MESSAGES/chemtool.mo
+share/locale/de/LC_MESSAGES/chemtool.mo
OpenPOWER on IntegriCloud