freebsd-ports/graphics/mahotas/Makefile
Marcus von Appen 734b61f327 - Convert ports of graphics/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-21 16:36:12 +00:00

21 lines
478 B
Makefile

# Created by: Pedro Garcia Freitas <sawp@sawp.com.br>
# $FreeBSD$
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
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>