aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/py-wand/Makefile
blob: f6e2ca20d16afbc5f484ac7413efb2a37150514b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $FreeBSD$

PORTNAME=   Wand
PORTVERSION=    0.4.5
CATEGORIES= graphics python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= python@FreeBSD.org
COMMENT=    MagickWand Python binding

LICENSE=    MIT
LICENSE_FILE=   ${WRKSRC}/LICENSE

LIB_DEPENDS=    libMagickWand-6.so:graphics/ImageMagick6

USES=       python
USE_PYTHON= autoplist concurrent distutils

NO_ARCH=    yes

.include <bsd.port.pre.mk>

PYDISTUTILS_INSTALLARGS+=   --install-data ${DATADIR}

.include <bsd.port.post.mk>