aboutsummaryrefslogblamecommitdiff
path: root/graphics/mahotas/Makefile
blob: 0e4bc2f4c1f7336d222f765cc827fb7c86b2562a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                                     
           

                       
                     
                  




                                       
                                                                       
 
                          
                                                  
 
                   

                                   

                      
# Created by: Pedro Garcia Freitas <sawp@sawp.com.br>
# $FreeBSD$

PORTNAME=	mahotas
PORTVERSION=	0.9.6
PORTREVISION=	10
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:graphics/freeimage

USE_GCC=	yes
USES=		python
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>