- update to openbabel-2.2.0
- gcc4 is needed to build this now
* improved force fields and coordinate generation, conformer searching,
enhanced plugins including molecular descriptors, filters, and
command-line transformations
* many formats improved or added, including CIF, mmCIF, Gaussian cube,
PQR, OpenDX cubes, and more
* improved developer API and scripting support
* many, many bugfixes
2008-08-20 12:08:11 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2008/08/20 16:08:11 ajacoutot Exp $
|
2007-01-22 11:32:41 -05:00
|
|
|
|
2007-07-08 13:50:48 -04:00
|
|
|
COMMENT= chemistry file translation program
|
2007-01-22 11:32:41 -05:00
|
|
|
|
- update to openbabel-2.2.0
- gcc4 is needed to build this now
* improved force fields and coordinate generation, conformer searching,
enhanced plugins including molecular descriptors, filters, and
command-line transformations
* many formats improved or added, including CIF, mmCIF, Gaussian cube,
PQR, OpenDX cubes, and more
* improved developer API and scripting support
* many, many bugfixes
2008-08-20 12:08:11 -04:00
|
|
|
V= 2.2.0
|
2007-01-22 11:32:41 -05:00
|
|
|
DISTNAME= openbabel-${V}
|
|
|
|
CATEGORIES= misc
|
|
|
|
|
- update to openbabel-2.2.0
- gcc4 is needed to build this now
* improved force fields and coordinate generation, conformer searching,
enhanced plugins including molecular descriptors, filters, and
command-line transformations
* many formats improved or added, including CIF, mmCIF, Gaussian cube,
PQR, OpenDX cubes, and more
* improved developer API and scripting support
* many, many bugfixes
2008-08-20 12:08:11 -04:00
|
|
|
SHARED_LIBS+= openbabel 4.0 # .3.0
|
2007-01-22 11:32:41 -05:00
|
|
|
|
|
|
|
HOMEPAGE= http://openbabel.sourceforge.net/
|
|
|
|
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
|
|
|
|
# GPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openbabel/}
|
|
|
|
|
- update to openbabel-2.2.0
- gcc4 is needed to build this now
* improved force fields and coordinate generation, conformer searching,
enhanced plugins including molecular descriptors, filters, and
command-line transformations
* many formats improved or added, including CIF, mmCIF, Gaussian cube,
PQR, OpenDX cubes, and more
* improved developer API and scripting support
* many, many bugfixes
2008-08-20 12:08:11 -04:00
|
|
|
WANTLIB= c iconv m z
|
|
|
|
|
|
|
|
# needs the __builtin_popcount built-in function (gcc>=3.4)
|
|
|
|
MODULES+= gcc4
|
|
|
|
MODGCC4_LANGS= c++
|
|
|
|
MODGCC4_ARCHES= *
|
2007-01-22 11:32:41 -05:00
|
|
|
|
|
|
|
SUBST_VARS= V
|
|
|
|
|
|
|
|
LIB_DEPENDS= xml2.>=9::textproc/libxml
|
|
|
|
REGRESS_DEPENDS=::misc/openbabel
|
|
|
|
|
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2007-07-08 13:50:48 -04:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib" \
|
|
|
|
ac_cv_path_DOXYGEN=""
|
- update to openbabel-2.2.0
- gcc4 is needed to build this now
* improved force fields and coordinate generation, conformer searching,
enhanced plugins including molecular descriptors, filters, and
command-line transformations
* many formats improved or added, including CIF, mmCIF, Gaussian cube,
PQR, OpenDX cubes, and more
* improved developer API and scripting support
* many, many bugfixes
2008-08-20 12:08:11 -04:00
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
|
|
|
--disable-inchi \
|
|
|
|
--disable-wx-gui
|
2007-01-22 11:32:41 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|