freebsd-ports/science/py-openbabel/Makefile
Martin Wilke be504f9f94 This port installs python bindings for openbabel.
WWW:	http://openbabel.sourceforge.net

PR:		ports/125768
Submitted by:	Max Brazhnikov <makc at issp.ac.ru>
2008-07-19 14:00:33 +00:00

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>