mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
c42058742f
Feature safe: yes
31 lines
675 B
Makefile
31 lines
675 B
Makefile
# New ports collection makefile for: py-openbabel
|
|
# Date created: 2008-07-18
|
|
# Whom: Max Brazhnikov <makc@issp.ac.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= openbabel
|
|
PORTVERSION= 2.2.3
|
|
CATEGORIES= science python
|
|
MASTER_SITES= SF
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= makc@FreeBSD.org
|
|
COMMENT= Python bindings for openbabel
|
|
|
|
LIB_DEPENDS= openbabel.3:${PORTSDIR}/science/openbabel
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
BUILD_WRKSRC= ${WRKSRC}/scripts/python
|
|
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
|
|
|
PYDISTUTILS_PKGVERSION= 1.5
|
|
|
|
#Fix build with non-default LOCALBASE
|
|
CONFIGURE_ENV+= OPENBABEL_INSTALL=${LOCALBASE}
|
|
MAKE_ENV+= OPENBABEL_INSTALL=${LOCALBASE}
|
|
|
|
.include <bsd.port.mk>
|