7262cc83c3
Open Babel is a chemical toolbox designed to speak the many languages of chemical data. It's an open, collaborative project allowing anyone to search, convert, analyze, or store data from molecular modeling, chemistry, solid-state materials, biochemistry, or related areas. [...] ok steven@
39 lines
801 B
Makefile
39 lines
801 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/01/22 16:32:41 ajacoutot Exp $
|
|
|
|
COMMENT= "chemistry file translation program"
|
|
|
|
V= 2.1.0b4
|
|
DISTNAME= openbabel-${V}
|
|
CATEGORIES= misc
|
|
|
|
SHARED_LIBS+= inchi 0.1 # .0.1
|
|
SHARED_LIBS+= openbabel 3.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 iconv m stdc++ z
|
|
|
|
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" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
|
|
|
.include <bsd.port.mk>
|