forked from Lainports/freebsd-ports
WWW: http://openbabel.sourceforge.net PR: ports/125768 Submitted by: Max Brazhnikov <makc at issp.ac.ru>
26 lines
546 B
Makefile
26 lines
546 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.0
|
|
CATEGORIES= science python
|
|
MASTER_SITES= SF
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= makc@issp.ac.ru
|
|
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.3
|
|
|
|
.include <bsd.port.mk>
|