# Created by: Pedro Garcia Freitas <sawp@sawp.com.br>
# $FreeBSD: tags/RELEASE_10_1_0/graphics/mahotas/Makefile 367888 2014-09-10 20:50:31Z gerald $

PORTNAME=	mahotas
PORTVERSION=	0.9.6
PORTREVISION=	4
CATEGORIES=	graphics python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	sawp@sawp.com.br
COMMENT=	Computer vision and image processing library for Python

BUILD_DEPENDS=	${PYNUMPY}
LIB_DEPENDS=	libfreeimage.so:${PORTSDIR}/graphics/freeimage

USE_GCC=	yes
USE_PYTHON=		yes
USE_PYDISTUTILS=	yes
PYDISTUTILS_AUTOPLIST=	yes

.include <bsd.port.mk>
