aboutsummaryrefslogtreecommitdiffstats
path: root/biology/babel/Makefile
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>1997-12-22 05:57:37 +0800
committervanilla <vanilla@FreeBSD.org>1997-12-22 05:57:37 +0800
commit2d0ced19bb8b405aacd966c4c3682ec0f91c0630 (patch)
tree4bed335df1dbae484434df6a882b1be1385e3880 /biology/babel/Makefile
parentf82236284175649e2449a8a23ae63e81adaa25c9 (diff)
downloadfreebsd-ports-gnome-2d0ced19bb8b405aacd966c4c3682ec0f91c0630.tar.gz
freebsd-ports-gnome-2d0ced19bb8b405aacd966c4c3682ec0f91c0630.tar.zst
freebsd-ports-gnome-2d0ced19bb8b405aacd966c4c3682ec0f91c0630.zip
This is a port of a molecular file format converter, babel.
Babel is developed by Dolata Group, Department of Chemistry, University of Arizona and Ohio State University. PR: ports/5215 Submitted by: Frank Chen Hsiung Chan <frankch@waru.life.nthu.edu.tw>
Diffstat (limited to 'biology/babel/Makefile')
-rw-r--r--biology/babel/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/biology/babel/Makefile b/biology/babel/Makefile
new file mode 100644
index 000000000000..c6346cd588a3
--- /dev/null
+++ b/biology/babel/Makefile
@@ -0,0 +1,19 @@
+# New ports collection Makefile for: babel
+# Version required: 1.6
+# Date created: Dec 4 1997
+# Whom: frankch@waru.life.nthu.edu.tw
+#
+# $Id$
+#
+
+DISTNAME= babel-1.6
+CATEGORIES= biology
+MASTER_SITES= ftp://ccl.osc.edu/pub/chemistry/software/MAC/babel/
+EXTRACT_SUFX= .tar.Z
+
+MAINTAINER= frankch@waru.life.nthu.edu.tw
+
+post-install:
+ @ ${CAT} ${PKGDIR}/INSTALL
+
+.include <bsd.port.mk>