2010-10-18 16:52:05 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2010/10/18 20:52:09 espie 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
|
|
|
|
2010-01-03 17:56:42 -05:00
|
|
|
V= 2.2.3
|
2007-01-22 11:32:41 -05:00
|
|
|
DISTNAME= openbabel-${V}
|
2010-07-02 13:40:18 -04:00
|
|
|
PKGNAME= ${DISTNAME}p0
|
2007-01-22 11:32:41 -05:00
|
|
|
CATEGORIES= misc
|
|
|
|
|
2009-07-13 05:40:02 -04:00
|
|
|
SUBST_VARS= V
|
|
|
|
|
|
|
|
SHARED_LIBS+= openbabel 5.0 # .3.0
|
2007-01-22 11:32:41 -05:00
|
|
|
|
|
|
|
HOMEPAGE= http://openbabel.sourceforge.net/
|
|
|
|
|
|
|
|
# GPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openbabel/}
|
|
|
|
|
2009-07-13 05:40:02 -04:00
|
|
|
WANTLIB= c m stdc++ z
|
2007-01-22 11:32:41 -05:00
|
|
|
|
2009-07-13 05:40:02 -04:00
|
|
|
MODULES= converters/libiconv
|
2007-01-22 11:32:41 -05:00
|
|
|
|
2008-09-01 04:51:03 -04:00
|
|
|
BUILD_DEPENDS= ::devel/boost
|
2007-01-22 11:32:41 -05:00
|
|
|
LIB_DEPENDS= xml2.>=9::textproc/libxml
|
2010-01-03 17:56:42 -05:00
|
|
|
REGRESS_DEPENDS=::${BUILD_PKGPATH}
|
2007-01-22 11:32:41 -05:00
|
|
|
|
|
|
|
USE_LIBTOOL= Yes
|
2010-10-18 16:52:05 -04:00
|
|
|
USE_GROFF = Yes
|
2007-01-22 11:32:41 -05:00
|
|
|
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 \
|
2008-09-01 04:51:03 -04:00
|
|
|
--disable-wx-gui \
|
|
|
|
--with-boost=${LOCALBASE}
|
2007-01-22 11:32:41 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|