1 | # $Id: $ |
---|
2 | PortSystem 1.0 |
---|
3 | name openbabel |
---|
4 | version 2.0.0 |
---|
5 | revision 1 |
---|
6 | description A chemistry file translation program. |
---|
7 | long_description Open Babel is a free, open-source version \ |
---|
8 | of the Babel chemistry file translation program. \ |
---|
9 | OpenBabel is a project designed to pick up where \ |
---|
10 | Babel left off, as a cross-platform program and \ |
---|
11 | library designed to interconvert between many \ |
---|
12 | file formats used in molecular modeling and \ |
---|
13 | computational chemistry. |
---|
14 | maintainers darwinportsatopendarwin.org |
---|
15 | categories science devel |
---|
16 | platforms darwin |
---|
17 | homepage http://openbabel.sf.net |
---|
18 | master_sites sourceforge |
---|
19 | checksums md5 3bddfa9188042e2518eb53c064279b4e |
---|
20 | depends_lib lib:libtool:libtool |
---|
21 | |
---|
22 | platform darwin 7 { |
---|
23 | configure.env LIBTOOL=glibtool |
---|
24 | build.args LIBTOOL=glibtool |
---|
25 | destroot.args LIBTOOL=glibtool |
---|
26 | } |
---|