aboutsummaryrefslogtreecommitdiffstats
path: root/science/chemtool/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-03-31 03:23:00 +0800
committerijliao <ijliao@FreeBSD.org>2001-03-31 03:23:00 +0800
commit9c285d20b6e57550d3aad4c9bef62e3d7eef1fc9 (patch)
treecdd5b5a315a602611f35a5b5b50573082f52230a /science/chemtool/Makefile
parentdf5642caf5458623e7f4deb05022b1cc43e013b1 (diff)
downloadfreebsd-ports-graphics-9c285d20b6e57550d3aad4c9bef62e3d7eef1fc9.tar.gz
freebsd-ports-graphics-9c285d20b6e57550d3aad4c9bef62e3d7eef1fc9.tar.zst
freebsd-ports-graphics-9c285d20b6e57550d3aad4c9bef62e3d7eef1fc9.zip
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/Makefile')
-rw-r--r--science/chemtool/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/science/chemtool/Makefile b/science/chemtool/Makefile
new file mode 100644
index 00000000000..36199107abe
--- /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>