26 lines
547 B
Makefile
26 lines
547 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.1
|
|
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.4
|
|
|
|
.include <bsd.port.mk>
|