60c90e6e1a
It includes the new Standardized InChI identifier, fixes for many stereochemistry errors, significantly improved aromatic/Kekule bond assignment, and coordinate generation. Many more bugfixes and small improvements are included.
44 lines
910 B
Makefile
44 lines
910 B
Makefile
# $OpenBSD: Makefile,v 1.7 2009/07/13 09:40:02 ajacoutot Exp $
|
|
|
|
COMMENT= chemistry file translation program
|
|
|
|
V= 2.2.2
|
|
DISTNAME= openbabel-${V}
|
|
CATEGORIES= misc
|
|
|
|
SUBST_VARS= V
|
|
|
|
SHARED_LIBS+= openbabel 5.0 # .3.0
|
|
|
|
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/}
|
|
|
|
WANTLIB= c m stdc++ z
|
|
|
|
MODULES= converters/libiconv
|
|
|
|
BUILD_DEPENDS= ::devel/boost
|
|
LIB_DEPENDS= xml2.>=9::textproc/libxml
|
|
REGRESS_DEPENDS=::misc/openbabel
|
|
|
|
USE_LIBTOOL= Yes
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib" \
|
|
ac_cv_path_DOXYGEN=""
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
|
--disable-inchi \
|
|
--disable-wx-gui \
|
|
--with-boost=${LOCALBASE}
|
|
|
|
.include <bsd.port.mk>
|